Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 38d191a

Browse files
authored
Merge pull request #91 from janhq/fix_ci_windows_dll
Add Windows DLL for runtime
2 parents daea19c + e176ea7 commit 38d191a

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,8 @@ jobs:
276276
run: |
277277
robocopy build_deps\_install\bin .\build\Release zlib.dll
278278
robocopy build\bin\Release .\build\Release llama.dll
279+
robocopy ext_libs .\build\Release libcrypto-3-x64.dll
280+
robocopy ext_libs .\build\Release libssl-3-x64.dll
279281
7z a nitro.zip .\build\Release\*
280282
281283
- uses: actions/[email protected]
@@ -334,6 +336,8 @@ jobs:
334336
echo %PATH%
335337
robocopy build_deps\_install\bin .\build\Release zlib.dll
336338
robocopy build\bin\Release .\build\Release llama.dll
339+
robocopy ext_libs .\build\Release libcrypto-3-x64.dll
340+
robocopy ext_libs .\build\Release libssl-3-x64.dll
337341
7z a nitro.zip .\build\Release\*
338342
339343
- uses: actions/[email protected]

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*.lo
2929

3030
# Shared objects (inc. Windows DLLs)
31-
*.dll
31+
# *.dll
3232
*.so
3333
*.so.*
3434
*.dylib

ext_libs/libcrypto-3-x64.dll

5.99 MB
Binary file not shown.

ext_libs/libssl-3-x64.dll

870 KB
Binary file not shown.

0 commit comments

Comments
 (0)