Skip to content

Commit

Permalink
ci: download wasm-pack
Browse files Browse the repository at this point in the history
  • Loading branch information
Ace4896 committed Feb 21, 2024
1 parent c8d28e0 commit 2bcc37f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Set up wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: Install dependencies
run: npm install
- name: Build
Expand Down

0 comments on commit 2bcc37f

Please sign in to comment.