Skip to content

Commit 3b66a37

Browse files
committed
Fix Wasm CI.
1 parent b8c5943 commit 3b66a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- uses: bytecodealliance/actions/wasmtime/setup@v1
5151
- uses: swiftwasm/setup-swiftwasm@v1
5252
with:
53-
swift-version: "wasm-5.9.2-RELEASE"
53+
swift-version: "wasm-DEVELOPMENT-SNAPSHOT-2024-07-16-a"
5454
- name: Build tests
5555
run: swift build --triple wasm32-unknown-wasi --build-tests
5656
- name: Run tests

0 commit comments

Comments
 (0)