We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d8e164 commit bd0001aCopy full SHA for bd0001a
1 file changed
.github/workflows/main.yml
@@ -216,10 +216,16 @@ jobs:
216
with:
217
cuda_version: '12.4'
218
219
+ - name: windows install ninja for cuda
220
+ if: matrix.name == 'windows-cuda'
221
+ run: choco install ninja
222
+ shell: pwsh
223
+
224
- name: windows build sqlite-ai with cuda
225
if: matrix.name == 'windows-cuda'
226
run: |
227
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
228
+ set CMAKE_GENERATOR=Ninja
229
D:\a\_temp\msys64\usr\bin\make.exe extension ${{ matrix.make && matrix.make || ''}}
230
shell: cmd
231
0 commit comments