From 905f6142e7665c24e666bbe34bec19d422efdafa Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Thu, 25 Aug 2022 08:12:10 +0100 Subject: [PATCH] ci: Force `ccache` package version for MSVC build The ccache 4.6.2 is broken. --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index f2a08cdd48..cc717c4f43 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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