Skip to content

Commit 005b190

Browse files
committed
add wasm sdk install to build step
1 parent 8af6985 commit 005b190

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,14 @@ jobs:
2222
~/.swiftly/bin/swiftly install 6.2 && \
2323
~/.swiftly/bin/swiftly use 6.2 && \
2424
swift --version
25-
26-
- name: Install Swift WASM SDK
27-
run: |
28-
swift sdk install https://download.swift.org/swift-6.2-release/wasm/swift-6.2-RELEASE/swift-6.2-RELEASE_wasm.artifactbundle.tar.gz --checksum fe4e8648309fce86ea522e9e0d1dc48e82df6ba6e5743dbf0c53db8429fb5224 && \
29-
swift sdk list
3025
3126
- name: Install Dependencies
3227
run: npm ci
3328

3429
- name: Build
35-
run: npm run build
30+
run: |
31+
swift sdk install https://download.swift.org/swift-6.2-release/wasm/swift-6.2-RELEASE/swift-6.2-RELEASE_wasm.artifactbundle.tar.gz --checksum fe4e8648309fce86ea522e9e0d1dc48e82df6ba6e5743dbf0c53db8429fb5224 && \
32+
npm run build
3633
3734
- name: Test
3835
run: npm run test

0 commit comments

Comments
 (0)