Skip to content

Commit e6b4e36

Browse files
authored
working on fixing the windows build error (#2356)
1 parent 55f644f commit e6b4e36

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/build-helper.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,13 @@ jobs:
7272
- uses: nick-fields/retry@v3
7373
name: npm ci
7474
with:
75-
command: npm ci --no-audit --no-fund
75+
command: npm ci --no-audit --no-fund --timing --foreground-scripts
7676
retry_on: error
7777
max_attempts: 3
7878
timeout_minutes: 5
79+
env:
80+
GIT_ASKPASS: "echo"
81+
GIT_TERMINAL_PROMPT: "0"
7982
- name: Install Task
8083
uses: arduino/setup-task@v2
8184
with:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)