Skip to content

Commit

Permalink
use Visual Studio 17 2022 generator in cmake command for msvc code sc…
Browse files Browse the repository at this point in the history
…an workflow
  • Loading branch information
nam20485 committed Oct 19, 2023
1 parent acbf77a commit 205225f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: "& \"${{env.VCPKG_ROOT}}/vcpkg\" install --triplet x64-windows"

- name: CMake Configure
run: cmake --preset x64-release -B ${{ env.build }}
run: cmake --preset x64-release -B ${{ env.build }} -G "Visual Studio 17 2022"

# - name: Configure CMake
# run: cmake -B ${{ env.build }}
Expand Down

0 comments on commit 205225f

Please sign in to comment.