We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a078ea2 commit 9df2fe6Copy full SHA for 9df2fe6
1 file changed
.github/workflows/tests.yml
@@ -67,8 +67,7 @@ jobs:
67
npm install -D nw@${{ matrix.nw_version }}
68
fi
69
npm install
70
- node node_modules/electron/install.js
71
- test -f node_modules/electron/path.txt || { echo "ERROR: node_modules/electron/path.txt missing after install.js"; ls -la node_modules/electron/; exit 1; }
+ npx install-electron || echo "Skip running install-electron"
72
73
- run: |
74
if [ "${RUNNER_OS}" = 'Linux' ]; then
0 commit comments