Skip to content

Commit a5cac2a

Browse files
committed
remove windows from matrix
1 parent 596746d commit a5cac2a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,14 @@ jobs:
99
Test:
1010
strategy:
1111
matrix:
12-
os: [ubuntu-latest, macos-latest, windows-latest]
12+
os: [ubuntu-latest, macos-latest]
1313
channel: [stable, beta]
1414
runs-on: ${{ matrix.os }}
1515
steps:
1616
- uses: actions/checkout@v1
1717
- uses: UziTech/action-setup-atom@v2
1818
with:
1919
version: ${{ matrix.channel }}
20-
- name: Install windows-build-tools
21-
if: ${{ matrix.os == 'windows-latest' }}
22-
run: |
23-
npm i windows-build-tools@4.0.0
2420
- name: Install dependencies
2521
run: apm install
2622
- name: Run tests

0 commit comments

Comments
 (0)