We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f4c5c8 commit aa4565bCopy full SHA for aa4565b
.github/workflows/pull_request.yml
@@ -22,6 +22,12 @@ jobs:
22
23
wasm-sdk:
24
name: WebAssembly SDK
25
- # TODO: Switch to this line after https://github.com/apple/swift-nio/pull/3159/ is merged
26
- # uses: apple/swift-nio/.github/workflows/wasm_sdk.yml@main
27
- uses: kateinoigakukun/swift-nio/.github/workflows/wasm_sdk.yml@katei/add-wasm-ci
+ runs-on: ubuntu-latest
+ container:
+ image: "swift:6.0-noble"
28
+ steps:
29
+ - name: WasmBuild
30
+ # TODO: Update this to use swift-nio once https://github.com/apple/swift-nio/pull/3159/ is merged
31
+ run: |
32
+ apt-get update -y -q && apt-get install -y -q curl && $workspace/scripts/install_wasm_sdk.sh
33
+ swift build --swift-sdk wasm32-unknown-wasi
0 commit comments