Skip to content

Commit 150023d

Browse files
authored
OpenSSL flag change following ggml-org/llama.cpp#16287
1 parent 437eb00 commit 150023d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
avx: [noavx, avx, avx2, avx512]
2626
include:
2727
- ssl: nossl
28-
ssl_defines: ''
28+
ssl_defines: '-DLLAMA_OPENSSL=OFF'
2929
- ssl: ssl
30-
ssl_defines: '-DLLAMA_SERVER_SSL=ON -DOPENSSL_USE_STATIC_LIBS=ON'
30+
ssl_defines: '-DOPENSSL_USE_STATIC_LIBS=ON'
3131
- avx: noavx
3232
avx_defines: '-DGGML_AVX=OFF -DGGML_AVX2=OFF -DGGML_FMA=OFF'
3333
- avx: avx

0 commit comments

Comments
 (0)