Skip to content

Commit adc7558

Browse files
committed
try
1 parent 1a48fb0 commit adc7558

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/server.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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 }}

common/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ set(LLAMA_COMMON_EXTRA_LIBS build_info)
8585

8686
# Use curl to download model url
8787
if (LLAMA_CURL)
88+
set(CURL_STATICLIB ON)
8889
set(CURL_USE_STATIC_LIBS TRUE)
8990
find_package(CURL)
9091
if (NOT CURL_FOUND)

0 commit comments

Comments
 (0)