Skip to content

Commit

Permalink
build: Fix build break
Browse files Browse the repository at this point in the history
  • Loading branch information
ArhanChaudhary committed Jul 31, 2024
1 parent 0223104 commit b5f394b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install dependencies
run: |
npm install
cargo install wasm-pack@0.13.0
cargo install wasm-pack@0.12.1
- name: Build NAND
run: |
npm run rwbuild
Expand Down

0 comments on commit b5f394b

Please sign in to comment.