Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 authored Dec 3, 2024
1 parent 0de89b2 commit 614ceab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cargo-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@ jobs:
profile: minimal
override: true

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

- name: Run Cargo Check
run: cargo check --target=wasm32-unknown-unknown

0 comments on commit 614ceab

Please sign in to comment.