File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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}"
You can’t perform that action at this time.
0 commit comments