We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 577314a commit 8c047aeCopy full SHA for 8c047ae
.github/workflows/build.yml
@@ -41,7 +41,7 @@ jobs:
41
sysctl -a
42
mkdir build
43
cd build
44
- cmake -DLLAMA_FATAL_WARNINGS=ON -DLLAMA_METAL_EMBED_LIBRARY=ON ..
+ cmake -DLLAMA_FATAL_WARNINGS=ON -DLLAMA_METAL_EMBED_LIBRARY=ON -DLLAMA_CURL=ON ..
45
cmake --build . --config Release -j $(sysctl -n hw.logicalcpu)
46
47
- name: Test
@@ -97,7 +97,7 @@ jobs:
97
98
99
100
101
102
103
0 commit comments