mirror of
https://github.com/transmission/transmission.git
synced 2026-02-15 07:26:49 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user