Skip to content

Commit

Permalink
CI: MSVC 1940 + CUDA <= 12.3 fix in Windows.yml CI via CUDAFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
ptheywood committed Aug 21, 2024
1 parent bae3260 commit 0729f79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ jobs:
FLAMEGPU_SEATBELTS: ${{ matrix.config.SEATBELTS }}
PYTHON: ${{ matrix.python}}
VISUALISATION: ${{ matrix.VISUALISATION }}
# Ensure MSVC >= 1940 works with CUDA <= 12.3
CUDAFLAGS: -allow-unsupported-compiler


steps:
Expand Down

0 comments on commit 0729f79

Please sign in to comment.