Skip to content

Commit 927f1ce

Browse files
Temporarily disable Windows CI
1 parent a7bf41e commit 927f1ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
Test:
1414
strategy:
1515
matrix:
16-
os: [ubuntu-latest, macos-latest, windows-latest]
16+
os: [ubuntu-latest, macos-latest]
1717
node_arch:
1818
- x64
1919
runs-on: ${{ matrix.os }}
@@ -23,9 +23,9 @@ jobs:
2323
with:
2424
node-version: '20'
2525
architecture: ${{ matrix.node_arch }}
26-
- name: Install windows-build-tools
27-
if: ${{ matrix.os == 'windows-latest' }}
28-
run: npm config set msvs_version 2022
26+
# - name: Install windows-build-tools
27+
# if: ${{ matrix.os == 'windows-latest' }}
28+
# run: npm config set msvs_version 2022
2929
- name: Install dependencies
3030
run: npm i
3131
- name: Run tests

0 commit comments

Comments
 (0)