Skip to content

Commit

Permalink
Update build-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shufps authored Aug 22, 2023
1 parent 1f8b3d8 commit ab68093
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
with:
node-version: 18.15.0

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

# Used to read the `binding.gyp` file from `@iota/wallet`
- name: Set up Python 3.10
uses: actions/setup-python@v4
Expand Down Expand Up @@ -84,9 +87,6 @@ jobs:
run: echo "DEBUG=electron-builder" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
if: matrix.os == 'windows-2019'

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

- name: Install dependencies
# Increase network timeout threshold to reduce build failures on Windows
run: yarn --network-timeout 1000000
Expand Down

0 comments on commit ab68093

Please sign in to comment.