mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-23 00:05:19 +03:00
Merge pull request #2256 from iNavFlight/mmosca-fix-random-errors
More attempts at fixing random build failures
This commit is contained in:
commit
cf2804e8a2
1 changed files with 5 additions and 5 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
retry_on: error
|
retry_on: error
|
||||||
command: npm install
|
command: npm install --foreground-scripts
|
||||||
timeout_minutes: 10
|
timeout_minutes: 10
|
||||||
on_retry_command: rm -rfv node_modules
|
on_retry_command: rm -rfv node_modules
|
||||||
- name: Build Linux
|
- name: Build Linux
|
||||||
|
@ -102,7 +102,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
retry_on: error
|
retry_on: error
|
||||||
command: npm install
|
command: npm install --foreground-scripts
|
||||||
timeout_minutes: 10
|
timeout_minutes: 10
|
||||||
on_retry_command: rm -rfv node_modules
|
on_retry_command: rm -rfv node_modules
|
||||||
- name: Build MacOS arm64
|
- name: Build MacOS arm64
|
||||||
|
@ -151,7 +151,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
retry_on: error
|
retry_on: error
|
||||||
command: npm install
|
command: npm install --foreground-scripts
|
||||||
timeout_minutes: 10
|
timeout_minutes: 10
|
||||||
on_retry_command: rm -rfv node_modules
|
on_retry_command: rm -rfv node_modules
|
||||||
- name: Build MacOS x64
|
- name: Build MacOS x64
|
||||||
|
@ -205,7 +205,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
retry_on: error
|
retry_on: error
|
||||||
command: npm install
|
command: npm install --foreground-scripts
|
||||||
timeout_minutes: 10
|
timeout_minutes: 10
|
||||||
on_retry_command: rm -rfv node_modules
|
on_retry_command: rm -rfv node_modules
|
||||||
- name: Build Win x64
|
- name: Build Win x64
|
||||||
|
@ -259,7 +259,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
retry_on: error
|
retry_on: error
|
||||||
command: npm install
|
command: npm install --foreground-scripts
|
||||||
timeout_minutes: 10
|
timeout_minutes: 10
|
||||||
on_retry_command: rm -rfv node_modules
|
on_retry_command: rm -rfv node_modules
|
||||||
- name: Build Win32
|
- name: Build Win32
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue