Skip to content

Commit 897de40

Browse files
committed
Use a current wasi target for the current compiler
1 parent 88f8d64 commit 897de40

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/rav1e.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,13 @@ jobs:
8989
- name: Install Rust stable
9090
uses: dtolnay/rust-toolchain@stable
9191
with:
92-
targets: wasm32-wasi
92+
targets: wasm32-wasip1-threads
9393
- uses: Swatinem/rust-cache@v2
9494

9595
- name: Run tests
9696
run: >
9797
cargo test
98-
--target wasm32-wasi
99-
--no-default-features
98+
--target wasm32-wasip1-threads
10099
101100
build-unix:
102101
strategy:

0 commit comments

Comments
 (0)