diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b0563d3e..df9ea44fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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