We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 650ffa0 commit 4f10039Copy full SHA for 4f10039
.github/workflows/windows_run.yml
@@ -25,6 +25,9 @@ jobs:
25
fetch-depth: 0 # fetch full history for tags, branches, etc.
26
submodules: recursive # initialize & update all submodules, including nested ones
27
28
+ - name: Test Winget
29
+ run: winget install cmake
30
+
31
- name: Configure CMake
32
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
33
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
0 commit comments