Skip to content

Commit ee6fc1b

Browse files
committed
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
2 parents 77092a5 + 607f795 commit ee6fc1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ branches:
1515

1616
cache:
1717
- '%USERPROFILE%\.cargo'
18-
on_finish:
18+
after_test:
1919
- cargo install -Z install-upgrade cargo-cache --debug
2020
- cargo cache --autoclean
2121

0 commit comments

Comments
 (0)