From a53b2f536567972bf5f7f1ef347e9a4a9a2a619d Mon Sep 17 00:00:00 2001 From: DarthAffe Date: Tue, 5 Aug 2025 00:34:40 +0200 Subject: [PATCH] Update backends.yml --- .github/workflows/backends.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backends.yml b/.github/workflows/backends.yml index 6128fb6..664aa81 100644 --- a/.github/workflows/backends.yml +++ b/.github/workflows/backends.yml @@ -160,7 +160,7 @@ jobs: mkdir build cd build call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat" - cmake .. -DSD_CUDA=ON -DCMAKE_CUDA_ARCHITECTURES="61;75;80;86;89" -DSD_BUILD_SHARED_LIBS=ON -DCMAKE_CUDA_FLAGS="-allow-unsupported-compiler -D_ALLOW_COMPILER_AND_STL_VERSION_MISMATCH" + cmake .. -DSD_CUDA=ON -DCMAKE_CUDA_ARCHITECTURES="61;75;80;86;89" -DSD_BUILD_SHARED_LIBS=ON -DCMAKE_CUDA_FLAGS="-allow-unsupported-compiler" -D_ALLOW_COMPILER_AND_STL_VERSION_MISMATCH cmake --build . --config Release - name: Upload artifact