diff options
author | Pierrick Hymbert <pierrick.hymbert@gmail.com> | 2024-02-26 11:41:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-26 12:41:34 +0200 |
commit | 4804215cb833841ffb15a710a16b77ca0a29eb4b (patch) | |
tree | 3be73241c60747b71d098d171375811fb3473714 | |
parent | 8a533f0d9078396ebaee9ba213038a1322976dee (diff) |
server: CI fix trailing space (#5728)
-rw-r--r-- | .github/workflows/server.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index 1211ba12..0b6f6669 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -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 |