Skip to content

Commit

Permalink
chore: enable corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed May 13, 2024
1 parent 299ae51 commit 7f4b7bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
CI: true
PKG_CACHE_PATH: ${{ runner.temp }}
run: |
corepack enable
# try and avoid timeout errors
yarn config set network-timeout 100000 -g
yarn config set httpTimeout 100000
yarn install
yarn do:build-win32:ci
Expand Down

0 comments on commit 7f4b7bf

Please sign in to comment.