diff --git a/.appveyor.yml b/.appveyor.yml index a46214a3c45c..e97380cb932f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -3,9 +3,7 @@ environment: PROJECT_NAME: miri matrix: - TARGET: x86_64-pc-windows-msvc - MSYS2_BITS: 64 - TARGET: i686-pc-windows-msvc - MSYS2_BITS: 32 # branches to build branches: @@ -13,18 +11,23 @@ branches: only: - master +cache: + - '%USERPROFILE%\.cargo' + - '%USERPROFILE%\.rustup' + install: - # Install Rust. - - set PATH=C:\Program Files\Git\mingw64\bin;C:\msys64\mingw%MSYS2_BITS%\bin;%PATH% - - set /p RUST_TOOLCHAIN=