Skip to content

Commit

Permalink
Update build-all.sh: Use 2.x.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler authored Dec 24, 2023
1 parent 29a6d59 commit fcd01fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build_example()
echo "##############################################"
pushd "$EXAMPLE"
swift package update
swift package edit hummingbird --revision main
swift package edit hummingbird --revision 2.x.x
swift test
swift package unedit hummingbird
popd
Expand Down

0 comments on commit fcd01fd

Please sign in to comment.