Skip to content

Commit 8685ef8

Browse files
committed
Update target name with wasm32-wasip1 as wasm32-wasi is removed
1 parent 55c0f40 commit 8685ef8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- uses: dtolnay/rust-toolchain@stable
2121
with:
22-
targets: "wasm32-wasi"
22+
targets: "wasm32-wasip1"
2323
# We have to run these separately so we can deactivate a feature for one of the tests
2424
- name: Run client tests
2525
working-directory: ./crates/wasm-pkg-client
@@ -30,4 +30,4 @@ jobs:
3030
- name: Run other tests
3131
run: cargo test --workspace --exclude wasm-pkg-client --exclude wkg
3232
- name: Run cargo clippy
33-
run: cargo clippy --all --workspace
33+
run: cargo clippy --all --workspace

0 commit comments

Comments
 (0)