ci: Bump `ccache` version to the latest 4.7.4 in "Win64 native" task

pull/26891/head
Hennadii Stepanov 2 years ago
parent 1039ed44fb
commit 46c31eea8c
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F

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

Loading…
Cancel
Save