Skip to content

Commit

Permalink
Merge pull request #2256 from iNavFlight/mmosca-fix-random-errors
Browse files Browse the repository at this point in the history
More attempts at fixing random build failures
  • Loading branch information
mmosca authored Nov 19, 2024
2 parents e7b06ae + adb02fe commit cf2804e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
max_attempts: 3
retry_on: error
command: npm install
command: npm install --foreground-scripts
timeout_minutes: 10
on_retry_command: rm -rfv node_modules
- name: Build Linux
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
with:
max_attempts: 3
retry_on: error
command: npm install
command: npm install --foreground-scripts
timeout_minutes: 10
on_retry_command: rm -rfv node_modules
- name: Build MacOS arm64
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
with:
max_attempts: 3
retry_on: error
command: npm install
command: npm install --foreground-scripts
timeout_minutes: 10
on_retry_command: rm -rfv node_modules
- name: Build MacOS x64
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
with:
max_attempts: 3
retry_on: error
command: npm install
command: npm install --foreground-scripts
timeout_minutes: 10
on_retry_command: rm -rfv node_modules
- name: Build Win x64
Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:
with:
max_attempts: 3
retry_on: error
command: npm install
command: npm install --foreground-scripts
timeout_minutes: 10
on_retry_command: rm -rfv node_modules
- name: Build Win32
Expand Down

0 comments on commit cf2804e

Please sign in to comment.