Skip to content

Commit efea1fd

Browse files
committed
Fix commands
1 parent abd45b5 commit efea1fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swift-snapshot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
- uses: actions/checkout@v4
2121

2222
- name: Install swiftly
23-
run: brew install swiftly && swiftly init --quiet-shell-followup --skip-install
23+
run: brew install swiftly && swiftly init --quiet-shell-followup --skip-install -y
2424

2525
- name: Use Swift Snapshot
26-
run: swiftly install --use main-snapshot && hash -r
26+
run: swiftly install -y main-snapshot && swiftly use -y main-snapshot
2727

2828
- name: Build
2929
run: swift build

0 commit comments

Comments
 (0)