Skip to content

Commit f3987cb

Browse files
authored
Merge pull request #13 from mtj0928/skip-install-on-ci
Skip unnecessary install
2 parents 5022e80 + d43d93c commit f3987cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
curl -O https://download.swift.org/swiftly/darwin/swiftly.pkg
2222
installer -pkg swiftly.pkg -target CurrentUserHomeDirectory
23-
~/.swiftly/bin/swiftly init --quiet-shell-followup
23+
~/.swiftly/bin/swiftly init --quiet-shell-followup --skip-install
2424
. "${SWIFTLY_HOME_DIR:-$HOME/.swiftly}/env.sh"
2525
hash -r
2626
- name: Add Swiftly to PATH

0 commit comments

Comments
 (0)