Skip to content

Commit 62a208c

Browse files
Install winget on Windows CI
1 parent 5a66c7a commit 62a208c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ jobs:
123123
- uses: actions/checkout@v4
124124
- run: python3 ./Vendor/checkout-dependency testsuite
125125
# Check Windows build with CMake
126+
- uses: Cyberboss/install-winget@v1
126127
- run: winget install Ninja-build.Ninja Kitware.CMake
127128
- run: cmake -G Ninja -B .build/cmake
128129
- run: cmake --build .build/cmake

0 commit comments

Comments
 (0)