THRIFT-5394 AppVeyor CI tries to download outdated cmake

Client: build process
Patch: Jens Geyer

This closes #2385
This commit is contained in:
Jens Geyer 2021-04-09 23:14:16 +02:00
parent 728ba7f893
commit 348de16250

View File

@ -47,4 +47,4 @@ CALL cl_showenv.bat || EXIT /B
::
%BASH% -lc "apt-cyg remove cmake"
%BASH% -lc "cd / && wget http://mirror.clarkson.edu/cygwin/x86_64/release/cmake/cmake-3.14.5-1.tar.xz && tar xJf cmake-3.14.5-1.tar.xz && hash -r && cmake --version"
%BASH% -lc "cd / && wget http://mirror.clarkson.edu/cygwin/x86_64/release/cmake/cmake-3.20.0-1.tar.xz && tar xJf cmake-3.20.0-1.tar.xz && hash -r && cmake --version"