Appveyor: Cache Go build cache

This commit is contained in:
Alexander Neumann 2018-08-31 21:18:31 +02:00
parent 27b60a05b4
commit ca928aeae4
1 changed files with 3 additions and 0 deletions

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