Skip to content

Commit

Permalink
chore: fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Forpee committed Jan 28, 2025
1 parent d2cb6e4 commit 2f5423b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,8 @@ jobs:
- name: Run cargo clippy
run: cargo clippy --verbose --all-targets --all-features -- -D warnings

- name: WASM build
- name: Install wasm32 target
run: rustup target add wasm32-unknown-unknown

- name: Build for WASM
run: cargo build --target wasm32-unknown-unknown

0 comments on commit 2f5423b

Please sign in to comment.