Skip to content

Commit cca1267

Browse files
authored
test3
1 parent 5cee1a2 commit cca1267

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ jobs:
271271
env:
272272
CURL_PATH: ${{ steps.get_libcurl.outputs.curl_path }}
273273
run: |
274-
call "%VCVARSALLDIR%\vcvarsall.bat" ${{ matrix.arch }}
274+
call "%VCINSTALLDIR%\..\..\..\Auxiliary\Build\vcvarsall.bat" ${{ matrix.arch }}
275275
cmake -S . -B build -G "Ninja Multi-Config" ^
276276
-D CMAKE_TOOLCHAIN_FILE=cmake/${{ matrix.arch }}-windows-llvm.cmake ^
277277
-DGGML_NATIVE=OFF ^
@@ -380,7 +380,7 @@ jobs:
380380
name: llama-bin-win-${{ matrix.backend }}-${{ matrix.arch }}.zip
381381

382382
windows-cuda:
383-
runs-on: windows-2025
383+
runs-on: windows-2022
384384

385385
strategy:
386386
matrix:
@@ -412,7 +412,7 @@ jobs:
412412
id: cmake_build
413413
shell: cmd
414414
run: |
415-
call "%VCVARSALLDIR%\vcvarsall.bat" x64
415+
call "%VCINSTALLDIR%\..\..\..\Auxiliary\Build\vcvarsall.bat" x64
416416
cmake -S . -B build -G "Ninja Multi-Config" ^
417417
-DGGML_BACKEND_DL=ON ^
418418
-DGGML_NATIVE=OFF ^
@@ -448,7 +448,7 @@ jobs:
448448
name: cudart-llama-bin-win-cuda-${{ matrix.cuda }}-x64.zip
449449

450450
windows-sycl:
451-
runs-on: windows-2025
451+
runs-on: windows-2022
452452

453453
defaults:
454454
run:

0 commit comments

Comments
 (0)