Skip to content

Commit

Permalink
Also update the github action to use wasm32-wasip1
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler committed Jan 13, 2025
1 parent e7912d6 commit 38f60ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
uses: actions/checkout@v2
- name: Install Rust
uses: actions-rs/toolchain@v1
- name: Add wasm32-wasi Rust target
run: rustup target add wasm32-wasi
- name: Add wasm32-wasip1 Rust target
run: rustup target add wasm32-wasip1
- name: Install rustfmt
run: rustup component add rustfmt
shell: bash
Expand Down

0 comments on commit 38f60ee

Please sign in to comment.