Skip to content

Commit 1e85904

Browse files
committed
update ci
1 parent 8c35cd8 commit 1e85904

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
run: |
9999
mkdir build
100100
cd build
101-
cmake .. -DBUILD_SHARED_LIBS=ON -DLLAMA_BUILD_SERVER=ON -DLLAMA_NATIVE=OFF
101+
cmake .. -DLLAMA_BUILD_SERVER=ON -DLLAMA_NATIVE=OFF -DLLAMA_STATIC=ON
102102
cmake --build . --config Release --parallel ${env:NUMBER_OF_PROCESSORS}
103103
104104
- name: Test
@@ -134,7 +134,7 @@ jobs:
134134
run: |
135135
mkdir build
136136
cd build
137-
cmake .. -DBUILD_SHARED_LIBS=ON -DLLAMA_BUILD_SERVER=ON -DLLAMA_NATIVE=OFF -DLLAMA_CUBLAS=ON
137+
cmake .. -DLLAMA_BUILD_SERVER=ON -DLLAMA_NATIVE=OFF -DLLAMA_CUBLAS=ON -DLLAMA_STATIC=ON
138138
cmake --build . --config Release --parallel ${env:NUMBER_OF_PROCESSORS}
139139
140140
- name: Upload Artifact

0 commit comments

Comments
 (0)