From 6a3a81ae272cd8c6eb1bd6246c8dd8a1a4b58a85 Mon Sep 17 00:00:00 2001 From: DarthAffe Date: Tue, 5 Aug 2025 00:07:08 +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 b3edcb8..6128fb6 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" + 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