diff --git a/.github/scripts/Windows/prepare_msys.sh b/.github/scripts/Windows/prepare_msys.sh index 002d94ced..ef43de985 100644 --- a/.github/scripts/Windows/prepare_msys.sh +++ b/.github/scripts/Windows/prepare_msys.sh @@ -7,7 +7,8 @@ export PATH=$MSYSTEM_PREFIX/bin:/usr/local/bin:$PATH export CPATH=/usr/local/include:/usr/include export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:/usr/lib/pkgconfig:$MSYSTEM_PREFIX/lib/pkgconfig export LIBRARY_PATH=/usr/local/lib -export CUDA_FLAGS='--generate-code arch=compute_35,code=sm_35' +export CUDA_FLAGS="--generate-code arch=compute_35,code=sm_35\ + -allow-unsupported-compiler" CUDA_D=$(ls -d /c/Program\ Files/NVIDIA\ GPU\ Computing\ Toolkit/CUDA/*) if test -d "$CUDA_D"; then