Skip to content

Commit b333a46

Browse files
committed
Disable QuickJS CI steps on Windows.
1 parent 4a74806 commit b333a46

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,18 @@ jobs:
6262
- name: Build (QuickJS runtime)
6363
shell: bash
6464
run: tests/quickjs/bootstrap.sh
65+
strategy:
66+
matrix:
67+
exclude:
68+
os: [windows-2022]
6569

6670
- name: Test (QuickJS)
6771
shell: bash
6872
run: tests/quickjs/test.sh
73+
strategy:
74+
matrix:
75+
exclude:
76+
os: [windows-2022]
6977

7078
- name: Pack
7179
shell: bash

0 commit comments

Comments
 (0)