Merge branch '5570-fix' into 'master'

Unpin CMake version now latest is fixed

Closes #5570

See merge request OpenMW/openmw!292
pull/3003/head
AnyOldName3 4 years ago
commit dc34380f62

@ -60,7 +60,7 @@ variables: &cs-targets
- choco source add -n=openmw-proxy -s="https://repo.openmw.org/repository/Chocolately/" --priority=1
- choco install git --force --params "/GitAndUnixToolsOnPath" -y
- choco install 7zip -y
- choco install cmake.install --installargs 'ADD_CMAKE_TO_PATH=System' --version=3.18.0 -y
- choco install cmake.install --installargs 'ADD_CMAKE_TO_PATH=System' -y
- choco install vswhere -y
- choco install ninja -y
- choco install python -y

Loading…
Cancel
Save