Skip to content

Commit

Permalink
Fix Wasm CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrandonw committed Aug 26, 2024
1 parent b8c5943 commit 3b66a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- uses: bytecodealliance/actions/wasmtime/setup@v1
- uses: swiftwasm/setup-swiftwasm@v1
with:
swift-version: "wasm-5.9.2-RELEASE"
swift-version: "wasm-DEVELOPMENT-SNAPSHOT-2024-07-16-a"
- name: Build tests
run: swift build --triple wasm32-unknown-wasi --build-tests
- name: Run tests
Expand Down

0 comments on commit 3b66a37

Please sign in to comment.