Skip to content

Commit

Permalink
fix: add missing wasm32 target
Browse files Browse the repository at this point in the history
  • Loading branch information
lherman-cs committed Jan 22, 2025
1 parent 10d2a86 commit 5c4b461
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
with:
deno-version: v2.x
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: make test
- run: |
rustup target add wasm32-unknown-unknown
make test
release:
if: ${{ github.event.inputs.tag != '' || startsWith(github.ref, 'refs/tags/v') }}
Expand Down

0 comments on commit 5c4b461

Please sign in to comment.