No longer install cmake from choco due to Github Action errors

This commit is contained in:
2024-12-07 22:37:32 +08:00
parent b0b412bc6c
commit b7199261b5
4 changed files with 6 additions and 6 deletions

View File

@@ -71,7 +71,7 @@ jobs:
if: contains(matrix.config.name, 'MSVC 64')
shell: bash
run: |
choco install ninja cmake
choco install ninja
ninja --version
cmake --version
mkdir build