Skip to content

Commit e5a1942

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,12 @@ jobs:
6262
- name: Build (QuickJS runtime)
6363
shell: bash
6464
run: tests/quickjs/bootstrap.sh
65+
if: runner.os != 'Windows'
6566

6667
- name: Test (QuickJS)
6768
shell: bash
6869
run: tests/quickjs/test.sh
70+
if: runner.os != 'Windows'
6971

7072
- name: Pack
7173
shell: bash

0 commit comments

Comments
 (0)