Skip to content

Commit 555fc80

Browse files
committed
ci : fix WHISPER_CUDA -> GGML_CUDA
1 parent cd00615 commit 555fc80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ jobs:
481481
run: >
482482
cmake -S . -B ./build -A ${{ matrix.arch }}
483483
-DCMAKE_BUILD_TYPE=${{ matrix.build }}
484-
-DWHISPER_CUDA=${{ matrix.cublas }}
484+
-DGGML_CUDA=${{ matrix.cublas }}
485485
-DWHISPER_SDL2=${{ matrix.sdl2 }}
486486
487487
- name: Build ${{ matrix.cuda-toolkit }}

0 commit comments

Comments
 (0)