Cache .cargo for faster builds
This commit is contained in:
parent
fdb57bc5db
commit
c029f069f0
|
@ -6,6 +6,9 @@ branches:
|
|||
- master
|
||||
- /v[0-9.]+/
|
||||
|
||||
cache:
|
||||
- %USERPROFILE%\.cargo -> appveyor.yml
|
||||
|
||||
build_script:
|
||||
- bash ci/publish-tarball.sh
|
||||
|
||||
|
|
Loading…
Reference in New Issue