Skip to content

Commit 8beee5f

Browse files
committed
fix(workflow): separate windows build step
1 parent 68621a3 commit 8beee5f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,13 @@ jobs:
173173
make build/miniaudio.stamp ${{ matrix.make && matrix.make || ''}}
174174
shell: msys2 {0}
175175

176+
- name: windows build sqlite-ai
177+
if: matrix.os == 'windows-latest'
178+
run: make extension ${{ matrix.make && matrix.make || ''}}
179+
shell: msys2 {0}
180+
176181
- name: build sqlite-ai
182+
if: matrix.os != 'windows-latest'
177183
run: make extension ${{ matrix.make && matrix.make || ''}}
178184

179185
- name: windows install sqlite3

0 commit comments

Comments
 (0)