Skip to content

Commit

Permalink
server: CI fix trailing space (ggml-org#5728)
Browse files Browse the repository at this point in the history
  • Loading branch information
phymbert authored Feb 26, 2024
1 parent 8a533f0 commit 4804215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4804215

Please sign in to comment.