aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-17 19:20:52 -0500
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-04-18 04:41:27 +0400
commit2db528fc822a4984a58f5cde0f25aaf6305ddd3b (patch)
treec72cc4cafada951cc03f6fd5aa0f71af9afc5737
parentUpgrade electron to '15.5.1' which brings in lots of security and bug fixes f... (diff)
downloadferdium-app-2db528fc822a4984a58f5cde0f25aaf6305ddd3b.tar.gz
ferdium-app-2db528fc822a4984a58f5cde0f25aaf6305ddd3b.tar.zst
ferdium-app-2db528fc822a4984a58f5cde0f25aaf6305ddd3b.zip
Remove explicit installation of 'node-gyp' for windows builds (checking if this passes in CI)
-rw-r--r--.github/workflows/builds.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml
index fa078924d..6a2cef44d 100644
--- a/.github/workflows/builds.yml
+++ b/.github/workflows/builds.yml
@@ -309,8 +309,6 @@ jobs:
309 uses: pnpm/action-setup@v2.0.1 309 uses: pnpm/action-setup@v2.0.1
310 with: 310 with:
311 version: 6.24.1 311 version: 6.24.1
312 - name: Install node-gyp
313 run: npm install -g node-gyp@8.4.1
314 - name: Install node dependencies 312 - name: Install node dependencies
315 uses: nick-invision/retry@v2.4.0 313 uses: nick-invision/retry@v2.4.0
316 with: 314 with: