File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ jobs:
271
271
env :
272
272
CURL_PATH : ${{ steps.get_libcurl.outputs.curl_path }}
273
273
run : |
274
- call "%VCVARSALLDIR% \vcvarsall.bat" ${{ matrix.arch }}
274
+ call "%VCINSTALLDIR%\..\..\..\Auxiliary\Build \vcvarsall.bat" ${{ matrix.arch }}
275
275
cmake -S . -B build -G "Ninja Multi-Config" ^
276
276
-D CMAKE_TOOLCHAIN_FILE=cmake/${{ matrix.arch }}-windows-llvm.cmake ^
277
277
-DGGML_NATIVE=OFF ^
@@ -380,7 +380,7 @@ jobs:
380
380
name : llama-bin-win-${{ matrix.backend }}-${{ matrix.arch }}.zip
381
381
382
382
windows-cuda :
383
- runs-on : windows-2025
383
+ runs-on : windows-2022
384
384
385
385
strategy :
386
386
matrix :
@@ -412,7 +412,7 @@ jobs:
412
412
id : cmake_build
413
413
shell : cmd
414
414
run : |
415
- call "%VCVARSALLDIR% \vcvarsall.bat" x64
415
+ call "%VCINSTALLDIR%\..\..\..\Auxiliary\Build \vcvarsall.bat" x64
416
416
cmake -S . -B build -G "Ninja Multi-Config" ^
417
417
-DGGML_BACKEND_DL=ON ^
418
418
-DGGML_NATIVE=OFF ^
@@ -448,7 +448,7 @@ jobs:
448
448
name : cudart-llama-bin-win-cuda-${{ matrix.cuda }}-x64.zip
449
449
450
450
windows-sycl :
451
- runs-on : windows-2025
451
+ runs-on : windows-2022
452
452
453
453
defaults :
454
454
run :
You can’t perform that action at this time.
0 commit comments