ci : remove duplicate flag (#27488)

This commit is contained in:
Georgi Gerganov 2026-08-21 14:10:06 +03:00 committed by GitHub
parent 7a0e42fd01
commit 353b32d8b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -97,8 +97,7 @@ jobs:
cmake -B build \
-DGGML_NATIVE=OFF \
-DLLAMA_FATAL_WARNINGS=ON \
-DGGML_RPC=ON \
-DGGML_NATIVE=OFF
-DGGML_RPC=ON
time cmake --build build --config Release -j $(nproc)
- name: Test