Skip to content

Commit 3ec076c

Browse files
committed
Add flags to swiftly
1 parent 59d3eef commit 3ec076c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/swift_package_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ jobs:
355355
run: |
356356
curl -O https://download.swift.org/swiftly/darwin/swiftly.pkg
357357
installer -pkg swiftly.pkg -target CurrentUserHomeDirectory
358-
~/.swiftly/bin/swiftly init --quiet-shell-followup
358+
~/.swiftly/bin/swiftly init --quiet-shell-followup --assume-yes --skip-install
359359
. "${SWIFTLY_HOME_DIR:-$HOME/.swiftly}/env.sh"
360360
hash -r
361361
echo "${SWIFTLY_HOME_DIR:-$HOME/.swiftly}/bin" >> $GITHUB_PATH

0 commit comments

Comments
 (0)