We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 732b283 + 6a8560a commit 82bdbb2Copy full SHA for 82bdbb2
1 file changed
.github/workflows/compile.yml
@@ -17,7 +17,7 @@ concurrency:
17
18
env:
19
# Compiler defines common to all platforms
20
- COMMON_DEFINE: -DGGML_NATIVE=OFF -DLLAMA_BUILD_TESTS=OFF -DLLAMA_CURL=OFF -DBUILD_SHARED_LIBS=ON
+ COMMON_DEFINE: -DGGML_NATIVE=OFF -DLLAMA_BUILD_TESTS=OFF -DLLAMA_OPENSSL=OFF -DBUILD_SHARED_LIBS=ON
21
22
jobs:
23
compile-linux:
0 commit comments