Skip to content

Commit 905f614

Browse files
committed
ci: Force ccache package version for MSVC build
The ccache 4.6.2 is broken.
1 parent 1420547 commit 905f614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ task:
162162
ccache_cache:
163163
folder: '%CCACHE_DIR%'
164164
install_tools_script:
165-
- choco install --yes --no-progress ccache
165+
- choco install --yes --no-progress ccache --version=4.6.1
166166
- choco install --yes --no-progress python3 --version=3.9.6
167167
- pip install zmq
168168
- ccache --version

0 commit comments

Comments
 (0)