diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-09-30 16:06:13 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-10-01 12:17:26 +0200 |
commit | 981387b7c83026c1446cdddf6b374f63973a2b86 (patch) | |
tree | 2e7468ca182c3b59432257b77fa7b572d2a573bb | |
parent | 95458609ab1a97416b2f329613704be44a2f562e (diff) | |
download | rneovim-981387b7c83026c1446cdddf6b374f63973a2b86.tar.gz rneovim-981387b7c83026c1446cdddf6b374f63973a2b86.tar.bz2 rneovim-981387b7c83026c1446cdddf6b374f63973a2b86.zip |
ci/appveyor: modify compression options for cache
Attempt to workaround #7317 by using a different compression algorithm.
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index ecea6c5fa3..2d6135c7a2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,6 @@ version: '{build}' +environment: + APPVEYOR_CACHE_ENTRY_ZIP_ARGS: "-t7z -m0=lzma -mx=9" configuration: - MINGW_64 - MINGW_32 |