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 59d3eef commit 3ec076cCopy full SHA for 3ec076c
1 file changed
.github/workflows/swift_package_test.yml
@@ -355,7 +355,7 @@ jobs:
355
run: |
356
curl -O https://download.swift.org/swiftly/darwin/swiftly.pkg
357
installer -pkg swiftly.pkg -target CurrentUserHomeDirectory
358
- ~/.swiftly/bin/swiftly init --quiet-shell-followup
+ ~/.swiftly/bin/swiftly init --quiet-shell-followup --assume-yes --skip-install
359
. "${SWIFTLY_HOME_DIR:-$HOME/.swiftly}/env.sh"
360
hash -r
361
echo "${SWIFTLY_HOME_DIR:-$HOME/.swiftly}/bin" >> $GITHUB_PATH
0 commit comments