Skip to content

Commit

Permalink
ci: Add wasm32-unknown-unknown target
Browse files Browse the repository at this point in the history
  • Loading branch information
lann committed Feb 28, 2024
1 parent 04f6f5c commit 55fd33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install Rust
run: rustup update ${{ matrix.rust }} && rustup default ${{ matrix.rust }} && rustup component add rustfmt
- run: rustup target add wasm32-wasi
- run: rustup target add wasm32-wasi wasm32-unknown-unknown
- run: cargo build
- run: cargo build --no-default-features
- run: cargo build --target wasm32-wasi
Expand Down

0 comments on commit 55fd33d

Please sign in to comment.