Skip to content

Commit

Permalink
install yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommy Verrall committed Sep 10, 2024
1 parent f2d5688 commit 8c021e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-nym-wallet-win11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ jobs:
fileName: '.env'
encodedString: ${{ secrets.WALLET_ADMIN_ADDRESS }}

- name: Install Yarn
run: npm install -g yarn

- name: Install project dependencies
shell: bash
run: cd .. && yarn --network-timeout 100000
Expand Down

0 comments on commit 8c021e9

Please sign in to comment.