Skip to content

Commit 37a0cdf

Browse files
committed
Fix main-snapshot nightly check for macOS
1 parent fcb9cce commit 37a0cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly_snapshot_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
- name: Checkout repository
3232
uses: actions/checkout@v4
3333
- name: Prepare the action
34-
run: ./scripts/prep-gh-action.sh --install-swiftly --swift-main-snapshot
34+
run: ./scripts/prep-gh-action.sh --install-swiftly --swift-snapshot main
3535
- name: Build and Test
3636
run: swiftly run +main-snapshot swift test

0 commit comments

Comments
 (0)