Skip to content

Commit d86b28a

Browse files
authored
OpenSSL flag change following ggml-org/llama.cpp#16287
1 parent 53f356d commit d86b28a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555
-DLLAMA_BUILD_TOOLS=ON
5656
-DLLAMA_BUILD_SERVER=ON
5757
-DLLAMA_CURL=ON
58+
-DLLAMA_OPENSSL=ON
5859
-DLLAMA_LLGUIDANCE=ON
59-
-DLLAMA_SERVER_SSL=ON
6060
6161
cmake --build llama.cpp/build
6262
-j $(nproc)

0 commit comments

Comments
 (0)