File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -256,12 +256,6 @@ jobs:
256
256
variant : ccache
257
257
evict-old-files : 1d
258
258
259
- - name : debug list files
260
- shell : cmd
261
- run : |
262
- cd /d "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Redist\MSVC\"
263
- dir /s libomp*
264
-
265
259
- name : Install Ninja
266
260
run : |
267
261
choco install ninja
@@ -294,7 +288,7 @@ jobs:
294
288
CURL_PATH : ${{ steps.get_libcurl.outputs.curl_path }}
295
289
run : |
296
290
Copy-Item $env:CURL_PATH\bin\libcurl-${{ matrix.arch }}.dll .\build\bin\Release\
297
- Copy-Item "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Redist\MSVC\14.42.34433 \debug_nonredist\${{ matrix.arch }}\Microsoft.VC143.OpenMP.LLVM\libomp140.${{ matrix.arch == 'x64' && 'x86_64' || 'aarch64' }}.dll" .\build\bin\Release\
291
+ Copy-Item "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Redist\MSVC\14.44.35112 \debug_nonredist\${{ matrix.arch }}\Microsoft.VC143.OpenMP.LLVM\libomp140.${{ matrix.arch == 'x64' && 'x86_64' || 'aarch64' }}.dll" .\build\bin\Release\
298
292
7z a llama-bin-win-cpu-${{ matrix.arch }}.zip .\build\bin\Release\*
299
293
300
294
- name : Upload artifacts
You can’t perform that action at this time.
0 commit comments