Skip to content

Commit

Permalink
use wasm-pack action instead of installing
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Sep 14, 2024
1 parent 88bbbe9 commit 360cdcc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ jobs:
toolchain: stable
target: wasm32-unknown-unknown

- name: Install wasm-pack
run: cargo install wasm-pack
- uses: qmaru/[email protected]
with:
version: 'latest'

- name: Build with wasm-pack
run: |
Expand Down

0 comments on commit 360cdcc

Please sign in to comment.