From fcd01fda3a5e8c56e172839e39763a75f3eb31f5 Mon Sep 17 00:00:00 2001 From: Adam Fowler Date: Sun, 24 Dec 2023 14:57:16 +0100 Subject: [PATCH] Update build-all.sh: Use 2.x.x branch --- scripts/build-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-all.sh b/scripts/build-all.sh index d8318a01..729a6a88 100755 --- a/scripts/build-all.sh +++ b/scripts/build-all.sh @@ -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