Skip to content

Commit

Permalink
Explicitly set CMake generator
Browse files Browse the repository at this point in the history
to avoid new behavior in 2024.06.10.1.0 runner that is setting an
empty CMAKE_GEN environment variable when matrix.generator not set.
  • Loading branch information
MarkCallow committed Jun 13, 2024
1 parent f1b3ea4 commit f8d3c4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
strategy:
matrix:
os: [ windows-latest ]
generator: 'Visual Studio 17 2022'
toolset: [v143, CLangCL]
arch: [ x64 ]
check_mkvk: [ NO ]
Expand Down

0 comments on commit f8d3c4c

Please sign in to comment.