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 8a533f0 commit 4804215Copy full SHA for 4804215
.github/workflows/server.yml
@@ -62,7 +62,7 @@ jobs:
62
-DLLAMA_NATIVE=OFF \
63
-DLLAMA_BUILD_SERVER=ON \
64
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \
65
- -DLLAMA_SANITIZE_${{ matrix.sanitizer }}=ON ;
+ -DLLAMA_SANITIZE_${{ matrix.sanitizer }}=ON ;
66
cmake --build . --config ${{ matrix.build_type }} -j $(nproc) --target server
67
68
- name: Tests dependencies
0 commit comments