1
0
mirror of https://github.com/restic/restic.git synced 2024-06-26 07:49:01 +02:00

Appveyor: Cache Go build cache

This commit is contained in:
Alexander Neumann 2018-08-31 21:18:31 +02:00
parent 27b60a05b4
commit ca928aeae4

View File

@ -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'"