We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae66c52 commit dc20f79Copy full SHA for dc20f79
.github/workflows/build_unittest.yml
@@ -90,8 +90,11 @@ jobs:
90
- name: Get latest CMake and ninja
91
# Using 'latest' branch, the most recent CMake and ninja are installed.
92
uses: lukka/get-cmake@latest # THIS IS THE ONE LINER YOU NEED
93
- - name: Add msbuild to PATH
94
- uses: microsoft/setup-msbuild@v1.0.2
+ - name: Setup msvc compiler
+ uses: ilammy/msvc-dev-cmd@v1
95
+ with:
96
+ arch: 'x64'
97
+ toolset: '19.00.24245'
98
- name: configure
99
run: |
100
ls env:
0 commit comments