8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17fc817 commit a2d02d5Copy full SHA for a2d02d5
.github/workflows/release.yml
@@ -281,6 +281,7 @@ jobs:
281
CURL_PATH: ${{ steps.get_libcurl.outputs.curl_path }}
282
run: |
283
Copy-Item $env:CURL_PATH\bin\libcurl-${{ matrix.arch }}.dll .\build\bin\Release\
284
+ 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\
285
7z a llama-bin-win-cpu-${{ matrix.arch }}.zip .\build\bin\Release\*
286
287
- name: Upload artifacts
0 commit comments