Skip to content

Commit ef42361

Browse files
committed
Skip swiftly installing the latest stable toolchain
1 parent fea2e0a commit ef42361

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@ jobs:
8787
if [[ "${RUNNER_OS}" == "macOS" ]]; then
8888
curl -fsSL -O https://download.swift.org/swiftly/darwin/swiftly.pkg
8989
installer -pkg swiftly.pkg -target CurrentUserHomeDirectory
90-
~/.swiftly/bin/swiftly init --quiet-shell-followup
90+
~/.swiftly/bin/swiftly init --quiet-shell-followup --skip-install
9191
. "${SWIFTLY_HOME_DIR:-$HOME/.swiftly}/env.sh"
9292
elif [[ "${RUNNER_OS}" == "Linux" ]]; then
9393
curl -fsSL -O https://download.swift.org/swiftly/linux/swiftly-$(uname -m).tar.gz
9494
tar zxf swiftly-$(uname -m).tar.gz
95-
./swiftly init --quiet-shell-followup
95+
./swiftly init --quiet-shell-followup --skip-install
9696
. "${SWIFTLY_HOME_DIR:-$HOME/.local/share/swiftly}/env.sh"
9797
else
9898
echo "Error: unsupported OS: ${RUNNER_OS}"

0 commit comments

Comments
 (0)