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 abd45b5 commit efea1fdCopy full SHA for efea1fd
.github/workflows/swift-snapshot.yaml
@@ -20,10 +20,10 @@ jobs:
20
- uses: actions/checkout@v4
21
22
- name: Install swiftly
23
- run: brew install swiftly && swiftly init --quiet-shell-followup --skip-install
+ run: brew install swiftly && swiftly init --quiet-shell-followup --skip-install -y
24
25
- name: Use Swift Snapshot
26
- run: swiftly install --use main-snapshot && hash -r
+ run: swiftly install -y main-snapshot && swiftly use -y main-snapshot
27
28
- name: Build
29
run: swift build
0 commit comments