Skip to content

Commit

Permalink
try extending the yarn install timeout for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hatton committed Feb 5, 2024
1 parent 22bb66e commit 6b3cb85
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 @@ -31,7 +31,7 @@ jobs:
uses: volta-cli/action@v4

- name: Install dependencies
run: yarn install --frozen-lockfile
run: yarn install --frozen-lockfile --network-timeout 1000000

- name: Write out segment key
env:
Expand Down

0 comments on commit 6b3cb85

Please sign in to comment.