File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -213,13 +213,6 @@ jobs:
213213 run : |
214214 pip install -r examples/server/tests/requirements.txt
215215
216- - name : Copy Libcurl
217- id : prepare_libcurl
218- env :
219- CURL_PATH : ${{ steps.get_libcurl.outputs.curl_path }}
220- run : |
221- cp $env:CURL_PATH/bin/libcurl-x64.dll ./build/bin/Release/libcurl-x64.dll
222-
223216 - name : Tests
224217 id : server_integration_tests
225218 if : ${{ !matrix.disabled_on_pr || !github.event.pull_request }}
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ set(LLAMA_COMMON_EXTRA_LIBS build_info)
8585
8686# Use curl to download model url
8787if (LLAMA_CURL)
88+ set (CURL_STATICLIB ON )
8889 set (CURL_USE_STATIC_LIBS TRUE )
8990 find_package (CURL)
9091 if (NOT CURL_FOUND)
You can’t perform that action at this time.
0 commit comments