mirror of
https://github.com/transmission/transmission
synced 2025-03-09 21:54:09 +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:
parent
852fa6d169
commit
7e68cfc7e9
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ for:
|
||||||
choco install nasm
|
choco install nasm
|
||||||
choco install jom
|
choco install jom
|
||||||
choco install wixtoolset --version 3.11.2
|
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-Win32) -Recurse
|
||||||
Remove-Item -Path (Join-Path $Env:SystemDrive OpenSSL-Win64) -Recurse
|
Remove-Item -Path (Join-Path $Env:SystemDrive OpenSSL-Win64) -Recurse
|
||||||
|
|
Loading…
Add table
Reference in a new issue