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 fcb9cce commit 37a0cdfCopy full SHA for 37a0cdf
.github/workflows/nightly_snapshot_check.yml
@@ -31,6 +31,6 @@ jobs:
31
- name: Checkout repository
32
uses: actions/checkout@v4
33
- name: Prepare the action
34
- run: ./scripts/prep-gh-action.sh --install-swiftly --swift-main-snapshot
+ run: ./scripts/prep-gh-action.sh --install-swiftly --swift-snapshot main
35
- name: Build and Test
36
run: swiftly run +main-snapshot swift test
0 commit comments