Skip to content

Commit 4f10039

Browse files
authored
Update windows_run.yml
1 parent 650ffa0 commit 4f10039

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/windows_run.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
fetch-depth: 0 # fetch full history for tags, branches, etc.
2626
submodules: recursive # initialize & update all submodules, including nested ones
2727

28+
- name: Test Winget
29+
run: winget install cmake
30+
2831
- name: Configure CMake
2932
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
3033
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type

0 commit comments

Comments
 (0)