From 46c31eea8c96c51187c1ce54d01d056cb0da237f Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Fri, 13 Jan 2023 20:50:38 +0000 Subject: [PATCH] ci: Bump `ccache` version to the latest 4.7.4 in "Win64 native" task --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 9d0f673c7ad..83cb72e4e05 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