try use cmake 3.16 on windows

This commit is contained in:
Rick Vogel 2022-12-21 15:38:26 +01:00
parent 647a9e2e80
commit d82a050b15
1 changed files with 2 additions and 1 deletions

View File

@ -223,7 +223,8 @@ jobs:
- name: Install dependencies on windows - name: Install dependencies on windows
if: startsWith(matrix.config.os, 'windows') if: startsWith(matrix.config.os, 'windows')
run: | run: |
choco install ninja cmake choco install ninja
choco install cmake --version=3.16.0
ninja --version ninja --version
cmake --version cmake --version