mirror of
https://github.com/octoleo/restic.git
synced 2024-11-26 06:46:34 +00:00
Appveyor: Cache Go build cache
This commit is contained in:
parent
27b60a05b4
commit
ca928aeae4
@ -7,6 +7,9 @@ branches:
|
|||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
cache:
|
||||||
|
- '%APPDATA%\Local\go-build'
|
||||||
|
|
||||||
init:
|
init:
|
||||||
- ps: >-
|
- ps: >-
|
||||||
$app = Get-WmiObject -Class Win32_Product -Filter "Vendor = 'http://golang.org'"
|
$app = Get-WmiObject -Class Win32_Product -Filter "Vendor = 'http://golang.org'"
|
||||||
|
Loading…
Reference in New Issue
Block a user