Skip to content

Commit 0febefc

Browse files
committed
Try searching for CMake in VS folder
1 parent 8eab594 commit 0febefc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/Windows_MSVC_x64.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ jobs:
3939
- name: Get CMakePresets.json
4040
run: cp Packaging/windows/CMakePresets.json .
4141

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+
4246
- name: Run CMake consuming CMakePresets.json and vcpkg.json by mean of vcpkg.
4347
uses: lukka/run-cmake@v10
4448
with:

0 commit comments

Comments
 (0)