prune debug folder from target cache

This commit is contained in:
Lars-Magnus Skog
2019-06-08 04:28:38 +02:00
parent 2881b8217d
commit f515b8a8f0

View File

@@ -7,6 +7,7 @@ install:
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- rustup-init -yv --default-host %target% --default-toolchain none
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin
- rm -rf target\debug
- rustc -vV
- cargo -vV
- cargo update