slay git lfs harder

This commit is contained in:
Pär Winzell 2019-06-01 09:00:06 -07:00
parent dabbfe773a
commit 2a3fc7485e
1 changed files with 5 additions and 0 deletions

View File

@ -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'