File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments