We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e267d5c commit 9f275cbCopy full SHA for 9f275cb
1 file changed
.github/workflows/build.yml
@@ -5,11 +5,13 @@ on: push
5
jobs:
6
build:
7
runs-on: ubuntu-latest
8
- container: ghcr.io/swiftwasm/swift:5.9
+ container: swift:6.0
9
10
steps:
11
- uses: actions/checkout@v4
12
13
- run: swift --version
14
15
- - run: swift build -c debug --triple wasm32-unknown-wasi
+ - run: swift sdk install https://github.com/swiftwasm/swift/releases/download/swift-wasm-6.0.2-RELEASE/swift-wasm-6.0.2-RELEASE-wasm32-unknown-wasi.artifactbundle.zip --checksum 6ffedb055cb9956395d9f435d03d53ebe9f6a8d45106b979d1b7f53358e1dcb4
16
+
17
+ - run: swift build --swift-sdk wasm32-unknown-wasi
0 commit comments