try to fix window cublas CI failure

Refs: https://github.com/ggml-org/whisper.cpp/actions/runs/25631391231/job/75237266964?pr=3803
This commit is contained in:
Daniel Bevenius 2026-05-11 14:07:30 +02:00
parent 1b0922a632
commit a4d91768aa
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -943,7 +943,7 @@ jobs:
cmake --version
where cmake
if "${{ matrix.cuda-toolkit }}" == "11.8.0" (
set CUDA_FLAGS=-allow-unsupported-compiler -D_ALLOW_COMPILER_AND_STL_VERSION_MISMATCH -D_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR
set CUDA_FLAGS=-allow-unsupported-compiler -D_ALLOW_COMPILER_AND_STL_VERSION_MISMATCH -D_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR -D__CUDA_NO_HALF_CONVERSIONS__
) else (
set CUDA_FLAGS=
)