Skip to content

Commit

Permalink
Hardcode the latest trunk snapshot tag's date on the CI, as it has no…
Browse files Browse the repository at this point in the history
…t been updated in weeks
  • Loading branch information
finagolfin committed Jan 27, 2025
1 parent c3914d8 commit 2f04c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sdks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
SWIFT_TAG="swift-6.1-DEVELOPMENT-SNAPSHOT-${LATEST_TOOLCHAIN_VERSION}-a"
else
LATEST_TOOLCHAIN_VERSION=$(curl -sL https://github.com/apple/swift/tags | grep -m1 swift-DEV | cut -d- -f7-9)
SWIFT_TAG="swift-DEVELOPMENT-SNAPSHOT-${LATEST_TOOLCHAIN_VERSION}-a"
SWIFT_TAG="swift-DEVELOPMENT-SNAPSHOT-2025-01-10-a" # ${LATEST_TOOLCHAIN_VERSION}-a"
fi
echo "tag=$SWIFT_TAG" >> $GITHUB_OUTPUT
echo "key=$SWIFT_TAG-ndk-${NDK_VERSION}-pic-bundle" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 2f04c46

Please sign in to comment.