We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68621a3 commit 8beee5fCopy full SHA for 8beee5f
1 file changed
.github/workflows/main.yml
@@ -173,7 +173,13 @@ jobs:
173
make build/miniaudio.stamp ${{ matrix.make && matrix.make || ''}}
174
shell: msys2 {0}
175
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
+
181
- name: build sqlite-ai
182
+ if: matrix.os != 'windows-latest'
183
run: make extension ${{ matrix.make && matrix.make || ''}}
184
185
- name: windows install sqlite3
0 commit comments