Skip to content

Commit

Permalink
fix: add target wasm32-unknown-unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-herlemont committed Dec 28, 2023
1 parent adaac25 commit ecb1c53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_test_wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
with:
toolchain: ${{ matrix.toolchain }}
override: true
- name: Add target
run: rustup target add wasm32-unknown-unknown
- uses: extractions/setup-just@v1
- uses: hustcer/[email protected]
with:
Expand Down

0 comments on commit ecb1c53

Please sign in to comment.