Skip to content

Commit

Permalink
chore: fix web-ext failing to install on CI (anoma#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
emccorson authored Oct 10, 2023
1 parent fa6ada4 commit 48adf43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-wallet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
version: "v0.10.3"

- name: Install web-ext
run: yarn global add web-ext
run: yarn global add node-gyp && yarn global add web-ext

- name: Build WASM dependencies
working-directory: ./apps/extension
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
version: "v0.10.3"

- name: Install web-ext
run: yarn global add web-ext
run: yarn global add node-gyp && yarn global add web-ext

- name: Build WASM dependencies
working-directory: ./apps/extension
Expand Down

0 comments on commit 48adf43

Please sign in to comment.