Skip to content

Commit

Permalink
ci: install wasm32 target
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigodd committed Nov 20, 2024
1 parent a311a2e commit dd23859
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
run: |
sudo apt update
sudo apt-get install libasound2-dev libgtk-3-dev
rustup target add wasm32-unknown-unknown
- name: Clippy All Features
run: cargo clippy --workspace --all-targets --all-features -- -D warnings
Expand Down

0 comments on commit dd23859

Please sign in to comment.