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 7dfc6a2 commit 8ca6bceCopy full SHA for 8ca6bce
.github/workflows/tests.yml
@@ -11,17 +11,9 @@ jobs:
11
- uses: actions/setup-node@v4
12
with:
13
node-version: 20
14
-
15
- - name: Install Swift via Swiftly
16
- run: |
17
- curl -O https://download.swift.org/swiftly/darwin/swiftly.pkg && \
18
- installer -pkg swiftly.pkg -target CurrentUserHomeDirectory && \
19
- ~/.swiftly/bin/swiftly init --quiet-shell-followup && \
20
- . "${SWIFTLY_HOME_DIR:-$HOME/.swiftly}/env.sh" && \
21
- hash -r && \
22
- ~/.swiftly/bin/swiftly install 6.2 && \
23
- ~/.swiftly/bin/swiftly use 6.2 && \
24
- swift --version
+ - uses: swift-actions/setup-swift@next
+ with:
+ swift-version: 6.2
25
26
- name: Install Swift WASM SDK
27
run: |
0 commit comments