Skip to content

Commit 92b72ed

Browse files
committed
chore: try fixing electron install
1 parent e221c0b commit 92b72ed

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ jobs:
6161
if: runner.os == 'Windows'
6262

6363
- run: |
64-
if [ "${{ matrix.electron_version }}" = 'latest' ]; then
65-
npm install
66-
else
64+
if [ "${{ matrix.electron_version }}" != 'latest' ]; then
6765
npm install -D electron@${{ matrix.electron_version }}
6866
fi
67+
npm install
68+
node node_modules/electron/install.js
6969
7070
- run: |
7171
if [ "${RUNNER_OS}" = 'Linux' ]; then

0 commit comments

Comments
 (0)