server: CI fix trailing space (#5728)

This commit is contained in:
Pierrick Hymbert
2024-02-26 11:41:34 +01:00
committed by GitHub
parent 30ce0c897a
commit aaf963317e

View File

@@ -62,7 +62,7 @@ jobs:
-DLLAMA_NATIVE=OFF \
-DLLAMA_BUILD_SERVER=ON \
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \
-DLLAMA_SANITIZE_${{ matrix.sanitizer }}=ON ;
-DLLAMA_SANITIZE_${{ matrix.sanitizer }}=ON ;
cmake --build . --config ${{ matrix.build_type }} -j $(nproc) --target server
- name: Tests dependencies