Skip to content

Commit e0efe9f

Browse files
author
Vaijanath Rao
committed
update the workflow path
1 parent 8b5de74 commit e0efe9f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
run: |
9393
mkdir -Force "target/classes/de/kherud/llama/Windows/x86_64"
9494
Copy-Item ".\src\main\resources\de\kherud\llama\Windows\x86_64\*.dll" "target/classes/de/kherud/llama/Windows/x86_64/"
95+
Copy-Item "C:\vcpkg\installed\x64-windows\bin\curl.dll" "target/classes/de/kherud/llama/Windows/x86_64/"
9596
9697
- name: Verify DLL placement (debug step)
9798
run: |

0 commit comments

Comments
 (0)