Skip to content

Commit bdf5c5e

Browse files
authored
test7
1 parent 5e1170c commit bdf5c5e

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -256,12 +256,6 @@ jobs:
256256
variant: ccache
257257
evict-old-files: 1d
258258

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-
265259
- name: Install Ninja
266260
run: |
267261
choco install ninja
@@ -294,7 +288,7 @@ jobs:
294288
CURL_PATH: ${{ steps.get_libcurl.outputs.curl_path }}
295289
run: |
296290
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\
298292
7z a llama-bin-win-cpu-${{ matrix.arch }}.zip .\build\bin\Release\*
299293
300294
- name: Upload artifacts

0 commit comments

Comments
 (0)