Skip to content

Commit 9df2fe6

Browse files
committed
chore: try fixing electron install
1 parent a078ea2 commit 9df2fe6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ jobs:
6767
npm install -D nw@${{ matrix.nw_version }}
6868
fi
6969
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; }
70+
npx install-electron || echo "Skip running install-electron"
7271
7372
- run: |
7473
if [ "${RUNNER_OS}" = 'Linux' ]; then

0 commit comments

Comments
 (0)