We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eab594 commit 05d23d0Copy full SHA for 05d23d0
1 file changed
.github/workflows/Windows_MSVC_x64.yml
@@ -39,6 +39,11 @@ jobs:
39
- name: Get CMakePresets.json
40
run: cp Packaging/windows/CMakePresets.json .
41
42
+ - name: Look for VS version of CMake
43
+ shell: cmd
44
+ run: "C:\Program Files\Microsoft Visual
45
+Studio\18\Enterprise\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" --version
46
+
47
- name: Run CMake consuming CMakePresets.json and vcpkg.json by mean of vcpkg.
48
uses: lukka/run-cmake@v10
49
with:
0 commit comments