diff options
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index b648da06876..80d31ea69b9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -36,8 +36,8 @@ branches: - master cache: - - .servo -> rust-commit-hash - - .cargo -> rust-commit-hash + - .servo -> rust-toolchain + - .cargo -> rust-toolchain - .ccache # Uncomment these lines to expose RDP access information to the build machine in the build log. |