Skip to content

Commit

Permalink
Fix chocolatey cache on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnelson committed Jan 16, 2020
1 parent b649191 commit 5fc25eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ version: "{build}"

cache:
- C:\gopath\pkg\mod -> go.sum
- C:\Users\appveyor\AppData\Local\Temp\chocolatey\ -> appveyor.yml
- C:\ProgramData\chocolatey\bin -> appveyor.yml
- C:\ProgramData\chocolatey\lib -> appveyor.yml

clone_folder: C:\gopath\src\github.com\influxdata\telegraf

Expand Down

0 comments on commit 5fc25eb

Please sign in to comment.