Skip to content

Commit 10b0455

Browse files
committed
Proper construction of build config
1 parent 2d8ba71 commit 10b0455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-cuda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
echo '=== Configuring build with Ninja ==='
145145
cmake -B build -S . \
146146
-G Ninja \
147-
-DCMAKE_EXE_LINKER_FLAGS="-L/usr/local/cuda/lib64/stubs"
147+
-DCMAKE_EXE_LINKER_FLAGS="-L/usr/local/cuda/lib64/stubs" \
148148
-DGGML_CUDA=ON \
149149
-DCMAKE_CUDA_ARCHITECTURES='${{ matrix.architectures }}' \
150150
-DCMAKE_BUILD_TYPE=Release \

0 commit comments

Comments
 (0)