mirror of
https://github.com/restic/restic.git
synced 2024-12-23 00:07:25 +00:00
Appveyor: Cache Go build cache
This commit is contained in:
parent
27b60a05b4
commit
ca928aeae4
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ branches:
|
|||
only:
|
||||
- master
|
||||
|
||||
cache:
|
||||
- '%APPDATA%\Local\go-build'
|
||||
|
||||
init:
|
||||
- ps: >-
|
||||
$app = Get-WmiObject -Class Win32_Product -Filter "Vendor = 'http://golang.org'"
|
||||
|
|
Loading…
Reference in a new issue