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