Skip to content

Commit

Permalink
Update windows_msvc.yml
Browse files Browse the repository at this point in the history
Change generator to VS17 2022.
  • Loading branch information
FlorianFrank authored Sep 7, 2023
1 parent 49f63fb commit b51040d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows_msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Configure CMake
working-directory: ${{runner.workspace}}/build
shell: pwsh
run: cmake ../common_tools_lib -G "Visual Studio 16 2019" -DCMAKE_BUILD_TYPE=${{matrix.config.build_type}} -DPIL_ALL=1 -DPIL_UNIT_TESTING=1 -DPIL_NSIS_BUILD=1
run: cmake ../common_tools_lib -G "Visual Studio 17 2022" -DCMAKE_BUILD_TYPE=${{matrix.config.build_type}} -DPIL_ALL=1 -DPIL_UNIT_TESTING=1 -DPIL_NSIS_BUILD=1

- name: Build Project
working-directory: ${{runner.workspace}}/build
Expand Down

0 comments on commit b51040d

Please sign in to comment.