mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 15:04:44 +01:00
ci: Force ccache
package version for MSVC build
The ccache 4.6.2 is broken.
This commit is contained in:
parent
1420547ec3
commit
905f6142e7
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ task:
|
||||||
ccache_cache:
|
ccache_cache:
|
||||||
folder: '%CCACHE_DIR%'
|
folder: '%CCACHE_DIR%'
|
||||||
install_tools_script:
|
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
|
- choco install --yes --no-progress python3 --version=3.9.6
|
||||||
- pip install zmq
|
- pip install zmq
|
||||||
- ccache --version
|
- ccache --version
|
||||||
|
|
Loading…
Add table
Reference in a new issue