Skip to content

Commit

Permalink
Install WASM
Browse files Browse the repository at this point in the history
  • Loading branch information
kixelated authored Nov 23, 2024
1 parent 28b9723 commit 53f67f7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
fetch-depth: 0

# Instal Rust
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
target: wasm32-unknown-unknown

# Run release-plz to create PRs and releases
- name: Run release-plz
Expand Down

0 comments on commit 53f67f7

Please sign in to comment.