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 62a208c commit bfabb75Copy full SHA for bfabb75
.github/workflows/main.yml
@@ -124,7 +124,7 @@ jobs:
124
- run: python3 ./Vendor/checkout-dependency testsuite
125
# Check Windows build with CMake
126
- uses: Cyberboss/install-winget@v1
127
- - run: winget install Ninja-build.Ninja Kitware.CMake
+ - run: winget install Ninja-build.Ninja Kitware.CMake --disable-interactivity --accept-source-agreements
128
- run: cmake -G Ninja -B .build/cmake
129
- run: cmake --build .build/cmake
130
# Run tests with SwiftPM
0 commit comments