Skip to content

Commit 0555f97

Browse files
committed
Try to use proper version
1 parent efea1fd commit 0555f97

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
@@ -23,7 +23,7 @@ jobs:
2323
run: brew install swiftly && swiftly init --quiet-shell-followup --skip-install -y
2424

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

2828
- name: Build
29-
run: swift build
29+
run: swiftly use -y main-snapshot && swift build

0 commit comments

Comments
 (0)