Skip to content

Commit

Permalink
Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-fiscaletti committed Apr 18, 2024
1 parent 417c071 commit 086dc2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: npm install -g yarn
# Install dependencies
- name: Install Dependencies
run: yarn install
run: yarn install --network-timeout 1000000
# Build the project
- name: Package for Linux
run: yarn electron:package:linux
Expand All @@ -46,7 +46,7 @@ jobs:
run: npm install -g yarn
# Install dependencies
- name: Install Dependencies
run: yarn install
run: yarn install --network-timeout 1000000
# Build the project
- name: Package for Windows
run: yarn electron:package:win
Expand Down

0 comments on commit 086dc2b

Please sign in to comment.