This repository was archived by the owner on Jul 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -276,8 +276,6 @@ 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
281279 7z a nitro.zip .\build\Release\*
282280
283281@@ -325,7 +323,7 @@ jobs:
325323 cmake --build ./build_deps/nitro_deps --config Release
326324 mkdir -p build
327325 cd build
328- cmake .. -DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_CUBLAS=ON -DBUILD_SHARED_LIBS=ON
326+ cmake .. -DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_CUBLAS=ON
329327 cmake --build . --config Release -j 4
330328
331329 - name : Pack artifacts
@@ -336,8 +334,6 @@ jobs:
336334 echo %PATH%
337335 robocopy build_deps\_install\bin .\build\Release zlib.dll
338336 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
341337 7z a nitro.zip .\build\Release\*
342338
343339
You can’t perform that action at this time.
0 commit comments