Skip to content

Commit 6c19ed4

Browse files
committed
fix(workflow): separate step for building sqlite-ai on Windows
1 parent 8e3d7c9 commit 6c19ed4

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
@@ -176,7 +176,13 @@ jobs:
176176
make build/miniaudio.stamp ${{ matrix.make && matrix.make || ''}}
177177
shell: msys2 {0}
178178

179+
- name: windows build sqlite-ai
180+
if: matrix.os == 'windows-latest'
181+
run: make extension ${{ matrix.make && matrix.make || ''}}
182+
shell: msys2 {0}
183+
179184
- name: build sqlite-ai
185+
if: matrix.os != 'windows-latest'
180186
run: make extension ${{ matrix.make && matrix.make || ''}}
181187

182188
- name: windows install sqlite3

0 commit comments

Comments
 (0)