We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3bbc5a commit 4cdcecdCopy full SHA for 4cdcecd
scripts/prep-gh-action.sh
@@ -44,7 +44,7 @@ if [ "$installSwiftly" == true ]; then
44
echo "Installing latest main-snapshot toolchain"
45
selector=("main-snapshot")
46
runSelector=("+main-snapshot")
47
- if [ -f .swift-version ]; then
+ elif [ -f .swift-version ]; then
48
echo "Installing selected swift toolchain from .swift-version file"
49
selector=()
50
runSelector=()
0 commit comments