We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5022e80 + d43d93c commit f3987cbCopy full SHA for f3987cb
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
run: |
21
curl -O https://download.swift.org/swiftly/darwin/swiftly.pkg
22
installer -pkg swiftly.pkg -target CurrentUserHomeDirectory
23
- ~/.swiftly/bin/swiftly init --quiet-shell-followup
+ ~/.swiftly/bin/swiftly init --quiet-shell-followup --skip-install
24
. "${SWIFTLY_HOME_DIR:-$HOME/.swiftly}/env.sh"
25
hash -r
26
- name: Add Swiftly to PATH
0 commit comments