File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,17 @@ jobs:
1313 toolchain :
1414 download-url : https://download.swift.org/swift-6.0.2-release/ubuntu2204/swift-6.0.2-RELEASE/swift-6.0.2-RELEASE-ubuntu22.04.tar.gz
1515 wasi-backend : Node
16+ target : " wasm32-unknown-wasi"
1617 - os : ubuntu-22.04
1718 toolchain :
1819 download-url : https://download.swift.org/development/ubuntu2204/swift-DEVELOPMENT-SNAPSHOT-2025-02-26-a/swift-DEVELOPMENT-SNAPSHOT-2025-02-26-a-ubuntu22.04.tar.gz
1920 wasi-backend : Node
21+ target : " wasm32-unknown-wasi"
2022 - os : ubuntu-22.04
2123 toolchain :
2224 download-url : https://download.swift.org/development/ubuntu2204/swift-DEVELOPMENT-SNAPSHOT-2025-02-26-a/swift-DEVELOPMENT-SNAPSHOT-2025-02-26-a-ubuntu22.04.tar.gz
2325 wasi-backend : Node
26+ target : " wasm32-unknown-wasip1-threads"
2427
2528 runs-on : ${{ matrix.entry.os }}
2629 env :
3336 download-url : ${{ matrix.entry.toolchain.download-url }}
3437 - uses : swiftwasm/setup-swiftwasm@v2
3538 id : setup-swiftwasm
39+ with :
40+ target : ${{ matrix.entry.target }}
3641 - name : Configure Swift SDK
3742 run : echo "SWIFT_SDK_ID=${{ steps.setup-swiftwasm.outputs.swift-sdk-id }}" >> $GITHUB_ENV
3843 - run : make bootstrap
You can’t perform that action at this time.
0 commit comments