We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e3d7c9 commit 6c19ed4Copy full SHA for 6c19ed4
1 file changed
.github/workflows/main.yml
@@ -176,7 +176,13 @@ jobs:
176
make build/miniaudio.stamp ${{ matrix.make && matrix.make || ''}}
177
shell: msys2 {0}
178
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
+
184
- name: build sqlite-ai
185
+ if: matrix.os != 'windows-latest'
186
run: make extension ${{ matrix.make && matrix.make || ''}}
187
188
- name: windows install sqlite3
0 commit comments