We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8beee5f commit a4b0329Copy full SHA for a4b0329
1 file changed
.github/workflows/main.yml
@@ -173,13 +173,7 @@ 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