From 2a3fc7485eb2b582bc32455eb6e03bb810a8b9f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A4r=20Winzell?= Date: Sat, 1 Jun 2019 09:00:06 -0700 Subject: [PATCH] slay git lfs harder --- appveyor.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index bd246cb..1848cf8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,6 +12,11 @@ stack: python %PYTHON% cache: - C:\Users\appveyor\.conan\data -> appveyor.yml +init: + - git config --global filter.lfs.required false + - git config --global filter.lfs.smudge "git-lfs smudge --skip %f" + - git config --global filter.lfs.process "git-lfs filter-process --skip" + install: - cinst zstandard - ps: Start-FileDownload 'https://github.com/zellski/FBXSDK-Windows/archive/2019.2.tar.gz'