Skip to content

Commit

Permalink
chore: added install wasm-pack step
Browse files Browse the repository at this point in the history
  • Loading branch information
limcheekin committed Jul 16, 2024
1 parent c651c72 commit 5ab26ea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-wasm-js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ jobs:
with:
version: 8


#- name: Install wasm-pack
# run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

- name: Install surrealdb.wasm NPM dependencies
run: cd surrealdb.wasm;pnpm install
Expand Down

0 comments on commit 5ab26ea

Please sign in to comment.