ci: Force `ccache` package version for MSVC build

The ccache 4.6.2 is broken.
This commit is contained in:
Hennadii Stepanov 2022-08-25 08:12:10 +01:00
parent 1420547ec3
commit 905f6142e7
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ task:
ccache_cache:
folder: '%CCACHE_DIR%'
install_tools_script:
- choco install --yes --no-progress ccache
- choco install --yes --no-progress ccache --version=4.6.1
- choco install --yes --no-progress python3 --version=3.9.6
- pip install zmq
- ccache --version