Auto merge of #4687 - lzutao:before-cache-appveyor, r=Manishearth
appveyor: on_finish run after saving cache According to <https://www.appveyor.com/docs/build-configuration/#build-pipeline> on_finish step runs after saving cache step, we should use after_test instead. changelog: none
This commit is contained in:
commit
ee6fc1bead
@ -15,7 +15,7 @@ branches:
|
||||
|
||||
cache:
|
||||
- '%USERPROFILE%\.cargo'
|
||||
on_finish:
|
||||
after_test:
|
||||
- cargo install -Z install-upgrade cargo-cache --debug
|
||||
- cargo cache --autoclean
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user