Skip to content

Commit 9c9236b

Browse files
authored
Merge pull request #444 from oyvindln/wasip1
update CI to use new wasi target
2 parents d922817 + fe57909 commit 9c9236b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
runs-on: ubuntu-latest
6969
strategy:
7070
matrix:
71-
target: [wasm32-unknown-unknown, wasm32-wasi]
71+
target: [wasm32-unknown-unknown, wasm32-wasip1]
7272
steps:
7373
- uses: actions/checkout@v4
7474
- name: Install Rust

0 commit comments

Comments
 (0)