Skip to content

Commit 05d23d0

Browse files
committed
Try searching for CMake in VS folder
1 parent 8eab594 commit 05d23d0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/Windows_MSVC_x64.yml

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

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

0 commit comments

Comments
 (0)