Skip to content

Commit

Permalink
Install wasm-pack
Browse files Browse the repository at this point in the history
  • Loading branch information
emccorson committed Jul 25, 2023
1 parent 47ae122 commit 46f0f04
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-wallet-at-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
- name: Install protoc
run: sudo apt-get install -y protobuf-compiler

- name: Install wasm-pack
uses: jetli/[email protected]
with:
version: "v0.10.3"

- name: shared cargo build
working-directory: ./packages/shared/lib
run: cargo build
Expand Down

0 comments on commit 46f0f04

Please sign in to comment.