Skip to content

Commit

Permalink
feat: update wasm-bindgen-cli version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszjasiuk committed Jul 6, 2023
1 parent 07bb096 commit 87fd118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-wallet-at-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
run: rustup target add wasm32-unknown-unknown

- name: Install wasm-bindgen-cli
run: cargo install [email protected].86
run: cargo install [email protected].87

- name: build the site
working-directory: ./apps/namada-interface
Expand Down

0 comments on commit 87fd118

Please sign in to comment.