Skip to content

Commit

Permalink
adding target wasm32
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmncos committed Aug 8, 2024
1 parent 26a84ec commit 5d4aa39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
run: rustc --version --verbose
- name: Add rust-src component
run: rustup component add rust-src --toolchain ${{ matrix.toolchain }}
- name: Add target wasm32
run: rustup target add wasm32-unknown-unknown --toolchain ${{ matrix.toolchain }}
- name: Verify targets
run: rustup target list --installed
- name: Test
Expand Down

0 comments on commit 5d4aa39

Please sign in to comment.