Skip to content

Commit f55ab9a

Browse files
committed
fix(workflow): no escape ninja argument windows cuda
1 parent 192bb0a commit f55ab9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223

224224
- name: windows build ggml-cuda
225225
if: matrix.name == 'windows-cuda'
226-
run: make build/llama.cpp.stamp LLAMA="-G \"Ninja Multi-Config\" -DGGML_NATIVE=OFF -DGGML_CPU=OFF -DGGML_CUDA=ON" LLAMA_ARGS="--target ggml-cuda"
226+
run: make build/llama.cpp.stamp LLAMA="-G Ninja Multi-Config -DGGML_NATIVE=OFF -DGGML_CPU=OFF -DGGML_CUDA=ON" LLAMA_ARGS="--target ggml-cuda"
227227
shell: pwsh
228228

229229
- name: windows install hip toolkit

0 commit comments

Comments
 (0)