Skip to content

Commit 5ec0ea6

Browse files
committed
hmm, node-gyp got forced back to git... try to override
1 parent 83337eb commit 5ec0ea6

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/build-helper.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ jobs:
6969
node-version: ${{env.NODE_VERSION}}
7070
cache: npm
7171
cache-dependency-path: package-lock.json
72+
- name: Force git deps to HTTPS
73+
run: |
74+
git config --global url.https://github.com/.insteadof ssh://git@github.com/
75+
git config --global url.https://github.com/.insteadof git@github.com:
7276
- uses: nick-fields/retry@v3
7377
name: npm ci
7478
with:

package-lock.json

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

0 commit comments

Comments
 (0)