Skip to content

Commit

Permalink
Update nextjs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dprosper committed Oct 25, 2024
1 parent c438a3f commit 270299a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
@@ -43,11 +43,12 @@ jobs:
- name: Set up Rust environment
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
cargo install wasm-pack
rustup target add wasm32-unknown-unknown
- name: Install dependencies
run: |
cd frontend-wasm
rustup target add wasm32-unknown-unknown
cargo build --release
- name: Generate WASM binaries

0 comments on commit 270299a

Please sign in to comment.