From e6b4e36f481f488e434dd2bae9bc5289d83397da Mon Sep 17 00:00:00 2001 From: Mike Sawka Date: Mon, 15 Sep 2025 17:51:53 -0700 Subject: [PATCH] working on fixing the windows build error (#2356) --- .github/workflows/build-helper.yml | 5 ++++- package-lock.json | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-helper.yml b/.github/workflows/build-helper.yml index ccfa9e261..dd09b4a5a 100644 --- a/.github/workflows/build-helper.yml +++ b/.github/workflows/build-helper.yml @@ -72,10 +72,13 @@ jobs: - uses: nick-fields/retry@v3 name: npm ci with: - command: npm ci --no-audit --no-fund + command: npm ci --no-audit --no-fund --timing --foreground-scripts retry_on: error max_attempts: 3 timeout_minutes: 5 + env: + GIT_ASKPASS: "echo" + GIT_TERMINAL_PROMPT: "0" - name: Install Task uses: arduino/setup-task@v2 with: diff --git a/package-lock.json b/package-lock.json index 117405bc8..e5fbe66fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5045,7 +5045,7 @@ }, "node_modules/@electron/node-gyp": { "version": "10.2.0-electron.1", - "resolved": "git+https://git@github.com/electron/node-gyp.git#06b29aafb7708acef8b3669835c8a7857ebc92d2", + "resolved": "git+https://github.com/electron/node-gyp.git#06b29aafb7708acef8b3669835c8a7857ebc92d2", "integrity": "sha512-CrYo6TntjpoMO1SHjl5Pa/JoUsECNqNdB7Kx49WLQpWzPw53eEITJ2Hs9fh/ryUYDn4pxZz11StaBYBrLFJdqg==", "dev": true, "license": "MIT", @@ -11621,7 +11621,7 @@ }, "node_modules/@waveterm/docusaurus-og": { "version": "1.0.0-alpha.132", - "resolved": "git+https://git@github.com/wavetermdev/docusaurus-og.git#2156619012b8970d922c1ef47789d2f14e47e283", + "resolved": "git+https://github.com/wavetermdev/docusaurus-og.git#2156619012b8970d922c1ef47789d2f14e47e283", "license": "MIT", "dependencies": { "@docusaurus/core": "^3.7.0",