Skip to content

Commit

Permalink
Merge pull request #555 from laurynas-biveinis/gh-actions-msvc-fix
Browse files Browse the repository at this point in the history
Bump MSVC toolchain version to 15.36 for GitHub Actions [circle skip]
  • Loading branch information
laurynas-biveinis authored Nov 7, 2023
2 parents b6db1f3 + 3b47319 commit 529927f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msvc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Setup command line tools
uses: ilammy/msvc-dev-cmd@v1
with:
toolset: 14.35
toolset: 14.29

- name: Configure CMake
run: cmake --preset "${{ matrix.preset }}"
Expand Down

0 comments on commit 529927f

Please sign in to comment.