diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2023-01-13 20:50:38 +0000 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2023-01-13 20:50:38 +0000 |
commit | 46c31eea8c96c51187c1ce54d01d056cb0da237f (patch) | |
tree | 1e68664f164d3249b00ef2d6c4cbca4149b0f50f | |
parent | 1039ed44fb445fb4e58e1990bd07be15b1dbdd15 (diff) |
ci: Bump `ccache` version to the latest 4.7.4 in "Win64 native" task
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 9d0f673c7a..83cb72e4e0 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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 |