File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,17 @@ jobs:
13
13
toolchain :
14
14
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
15
15
wasi-backend : Node
16
+ target : " wasm32-unknown-wasi"
16
17
- os : ubuntu-22.04
17
18
toolchain :
18
19
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
19
20
wasi-backend : Node
21
+ target : " wasm32-unknown-wasi"
20
22
- os : ubuntu-22.04
21
23
toolchain :
22
24
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
23
25
wasi-backend : Node
26
+ target : " wasm32-unknown-wasip1-threads"
24
27
25
28
runs-on : ${{ matrix.entry.os }}
26
29
env :
33
36
download-url : ${{ matrix.entry.toolchain.download-url }}
34
37
- uses : swiftwasm/setup-swiftwasm@v2
35
38
id : setup-swiftwasm
39
+ with :
40
+ target : ${{ matrix.entry.target }}
36
41
- name : Configure Swift SDK
37
42
run : echo "SWIFT_SDK_ID=${{ steps.setup-swiftwasm.outputs.swift-sdk-id }}" >> $GITHUB_ENV
38
43
- run : make bootstrap
You can’t perform that action at this time.
0 commit comments