Skip to content

Commit b05405e

Browse files
committed
fix(build): correct CUDAToolkit_ROOT path format for Windows
1 parent 5ace07a commit b05405e

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
@@ -392,7 +392,7 @@ jobs:
392392
make build/llama.cpp.stamp ${{ matrix.make }} LLAMA_ARGS="--target ggml"
393393
make build/llama.cpp.stamp ${{ matrix.make }} LLAMA_ARGS="--target ggml-base"
394394
env:
395-
CUDAToolkit_ROOT: "C:\Program Files\NVIDIA GPU Computing Toolkit"
395+
CUDAToolkit_ROOT: "C:/Program Files/NVIDIA GPU Computing Toolkit"
396396

397397
- name: copy backend modules to dist
398398
if: false #matrix.name == 'windows-gpu'

0 commit comments

Comments
 (0)