Skip to content

Commit abd45b5

Browse files
committed
Skip install
1 parent ce82fd2 commit abd45b5

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/swift-snapshot.yaml

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

2222
- name: Install swiftly
23-
run: brew install swiftly
24-
25-
- name: Init swiftly
26-
run: swiftly init --quiet-shell-followup
23+
run: brew install swiftly && swiftly init --quiet-shell-followup --skip-install
2724

2825
- name: Use Swift Snapshot
29-
run: swiftly install --use main-snapshot
26+
run: swiftly install --use main-snapshot && hash -r
3027

3128
- name: Build
3229
run: swift build

0 commit comments

Comments
 (0)