Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 50331ed

Browse files
committed
Don't install windows build tools since windows is not in the matrix
1 parent 1251e2e commit 50331ed

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ jobs:
1616
- uses: actions/setup-node@v2
1717
with:
1818
node-version: '14'
19-
- name: Install windows-build-tools
20-
if: ${{ matrix.os == 'windows-latest' }}
21-
run: npm config set msvs_version 2019
2219
- name: Install dependencies
2320
run: npm i
2421
- name: Rebuild dependencies for Electron

0 commit comments

Comments
 (0)