Skip to content

Commit 2b38be9

Browse files
committed
fix(ci): GitHub Actions Windows runner woes (regression?)
1 parent 9d6ad8d commit 2b38be9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ jobs:
209209
(file node_modules/electron/dist/Electron.app/Contents/MacOS/Electron) && (node_modules/electron/dist/Electron.app/Contents/MacOS/Electron --no-sandbox --version || echo INVALID_ARCH || true) && (node_modules/electron/dist/Electron.app/Contents/MacOS/Electron --no-sandbox --abi || echo INVALID_ARCH || true)
210210
- run: npm list -g node-gyp || echo ok || true
211211
- run: npm list node-gyp || echo ok || true
212+
continue-on-error: true
212213
- name: PR action (just build)
213214
if: ${{ github.event_name == 'pull_request' }}
214215
run: npm run build:prod

0 commit comments

Comments
 (0)