Skip to content

Commit acbcacf

Browse files
committed
Fix CI
Signed-off-by: Xuanwo <github@xuanwo.io>
1 parent 248ca09 commit acbcacf

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,8 @@ jobs:
6868
run: |
6969
python -m pip install duckdb==1.3.2
7070
71-
- name: Build and test (Unix)
72-
if: runner.os != 'Windows'
73-
run: |
74-
GEN=ninja make test_debug
75-
76-
- name: Build and test (Windows)
77-
if: runner.os == 'Windows'
71+
- name: Build and test
7872
shell: bash
7973
run: |
74+
GEN=ninja make debug
8075
GEN=ninja make test_debug

0 commit comments

Comments
 (0)