Skip to content

Commit a2d02d5

Browse files
authored
releases : bundle llvm omp library in windows release (#13763)
1 parent 17fc817 commit a2d02d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ jobs:
281281
CURL_PATH: ${{ steps.get_libcurl.outputs.curl_path }}
282282
run: |
283283
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\
284285
7z a llama-bin-win-cpu-${{ matrix.arch }}.zip .\build\bin\Release\*
285286
286287
- name: Upload artifacts

0 commit comments

Comments
 (0)