Skip to content

Commit

Permalink
Merge pull request #4861 from nymtech/update-windows-runner
Browse files Browse the repository at this point in the history
Update windows runner details
  • Loading branch information
tommyv1987 committed Sep 10, 2024
2 parents 01221a8 + 8c021e9 commit 5f74996
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: publish-nym-wallet-win10
name: publish-nym-wallet-win11
on:
workflow_dispatch:
release:
Expand All @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [windows10]
platform: [custom-windows-11]
runs-on: ${{ matrix.platform }}

outputs:
Expand Down 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 5f74996

Please sign in to comment.