Skip to content

Commit bfabb75

Browse files
Fix winget install without interactive shell
1 parent 62a208c commit bfabb75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
- run: python3 ./Vendor/checkout-dependency testsuite
125125
# Check Windows build with CMake
126126
- uses: Cyberboss/install-winget@v1
127-
- run: winget install Ninja-build.Ninja Kitware.CMake
127+
- run: winget install Ninja-build.Ninja Kitware.CMake --disable-interactivity --accept-source-agreements
128128
- run: cmake -G Ninja -B .build/cmake
129129
- run: cmake --build .build/cmake
130130
# Run tests with SwiftPM

0 commit comments

Comments
 (0)