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 52eb37b commit 398550c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install wasm-pack
run: |
curl https://crates.io/api/v1/crates/wasm-pack/0.10.2/download | tar xvf -
chmod +x wasm-pack-0.10.2/wasm-pack
sudo mv wasm-pack-0.10.2/wasm-pack /usr/local/bin/
- name: Build WASM
working-directory: frontend-wasm
run: |
Expand Down

0 comments on commit 398550c

Please sign in to comment.