Skip to content

Commit

Permalink
explicit Visual C++ version on GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pmed committed Mar 19, 2022
1 parent ba22c23 commit 211ef9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
- name: Install Visual C++
if: startsWith(matrix.os, 'windows')
uses: ilammy/msvc-dev-cmd@v1
with:
arch: x64
toolset: 14.29 # Visual C++ 2019

- name: Install ninja-build tool
uses: seanmiddleditch/gha-setup-ninja@v3
Expand Down

0 comments on commit 211ef9b

Please sign in to comment.