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 bebdf6e commit 0701210
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 0701210

Please sign in to comment.