Pin ccache to 4.8.3 on AppVeyor (#6519)

Using ccache 4.9 leads to puzzling errors such as C1090 "PDB API call
failed, error code '23'" when building for x64.
This commit is contained in:
Mike Gelfand
2024-01-11 06:55:36 +00:00
committed by GitHub
parent 852fa6d169
commit 7e68cfc7e9

View File

@@ -62,7 +62,7 @@ for:
choco install nasm
choco install jom
choco install wixtoolset --version 3.11.2
choco install ccache
choco install ccache --version 4.8.3
Remove-Item -Path (Join-Path $Env:SystemDrive OpenSSL-Win32) -Recurse
Remove-Item -Path (Join-Path $Env:SystemDrive OpenSSL-Win64) -Recurse