Skip to content

Commit ed56ecf

Browse files
phymberthodlen
authored andcommitted
server: CI fix trailing space (ggml-org#5728)
1 parent 1ea7c0f commit ed56ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
-DLLAMA_NATIVE=OFF \
6363
-DLLAMA_BUILD_SERVER=ON \
6464
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \
65-
-DLLAMA_SANITIZE_${{ matrix.sanitizer }}=ON ;
65+
-DLLAMA_SANITIZE_${{ matrix.sanitizer }}=ON ;
6666
cmake --build . --config ${{ matrix.build_type }} -j $(nproc) --target server
6767
6868
- name: Tests dependencies

0 commit comments

Comments
 (0)