Appveyor: update to Windows Toolchain v0.6 (#13016)

This commit is contained in:
Matthias Grob 2019-09-25 10:43:04 +02:00 committed by Julian Oes
parent 4a6742c3e6
commit bc8781d130
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ install:
# if the toolchain wasn't restored from build cache download and install it
- ps: >-
if (-not (Test-Path C:\PX4)) {
Invoke-WebRequest https://s3-us-west-2.amazonaws.com/px4-tools/PX4+Windows+Cygwin+Toolchain/PX4+Windows+Cygwin+Toolchain+0.5.msi -OutFile C:\Toolchain.msi
Invoke-WebRequest https://s3-us-west-2.amazonaws.com/px4-tools/PX4+Windows+Cygwin+Toolchain/PX4+Windows+Cygwin+Toolchain+0.6.msi -OutFile C:\Toolchain.msi
Start-Process -Wait msiexec -ArgumentList '/I C:\Toolchain.msi /quiet /qn /norestart /log C:\install.log'
}