Skip to content

Commit

Permalink
Add wasm-pack install
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielleHuisman committed Sep 7, 2024
1 parent 7a199d6 commit d7428a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
cache-on-failure: true
save-if: ${{ github.ref == 'refs/heads/main' }}

- name: Install wasm-pack
run: cargo install wasm-pack

- name: Check formatting
run: cargo fmt --all --check

Expand Down

0 comments on commit d7428a2

Please sign in to comment.