Skip to content

Commit

Permalink
ci: Add wasm32-unknown-unknown target to Rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Dec 10, 2024
1 parent 0afc1ea commit 6c66763
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dioxus-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:

- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
targets: wasm32-unknown-unknown

- name: Cache cargo registry
uses: actions/cache@v3
Expand Down

0 comments on commit 6c66763

Please sign in to comment.