From a173cb2984846e052402ff15f63b56e63473438e Mon Sep 17 00:00:00 2001 From: Luke Bakken Date: Fri, 2 Aug 2019 11:43:06 -0700 Subject: [PATCH] Cache chocolatey since Erlang takes forever to download --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 0d363f0..96b51a6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,9 @@ # Windows build and test of lager +cache: + - C:\ProgramData\chocolatey\bin -> appveyor.yml + - C:\ProgramData\chocolatey\lib -> appveyor.yml + install: - cinst rebar3