Skip to content

Commit 3bad690

Browse files
committed
update ci
1 parent 75b47a4 commit 3bad690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: |
7575
mkdir build
7676
cd build
77-
cmake .. -DBUILD_SHARED_LIBS=ON -DLLAMA_BUILD_SERVER=ON -DLLAMA_NATIVE=OFF -DLLAMA_CUBLAS=ON
77+
cmake .. -DLLAMA_BUILD_SERVER=ON -DLLAMA_NATIVE=OFF -DLLAMA_CUBLAS=ON
7878
cmake --build . --config Release --parallel $(nproc)
7979
8080
- name: Upload Artifact

0 commit comments

Comments
 (0)