Skip to content

Commit

Permalink
fix: GH A still not working in Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
danielweck committed Sep 18, 2024
1 parent fe910ed commit ac363c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
shell: bash
- name: non-PR action, Windows, YARN INSTALL
if: ${{ github.event_name != 'pull_request' && ( matrix.osarch == 'windows-intel' || matrix.osarch == 'windows-arm' ) }}
run: echo "${{ matrix.osarch }}" && dir C:\Users\runneradmin\AppData\Local\electron\Cache\ && yarn install --network-timeout 1000000
run: echo "${{ matrix.osarch }}" && yarn install --network-timeout 1000000 || dir C:\Users\runneradmin\AppData\Local\electron\Cache\
shell: cmd
- name: non-PR action, Windows, Puppeteer
if: ${{ github.event_name != 'pull_request' && ( matrix.osarch == 'windows-intel' || matrix.osarch == 'windows-arm' ) }}
Expand Down

0 comments on commit ac363c5

Please sign in to comment.