From 9177b3f34042410553c841a422cac7afad735010 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Thu, 2 Jul 2020 16:07:33 +0200 Subject: [PATCH] Install Git Large File Storage (LFS) for docs generation --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index bd7e44f3..367190d3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -319,6 +319,9 @@ jobs: docker: - image: circleci/node:10-buster steps: + - run: + name: Install Git Large File Storage (LFS) + command: sudo apt-get install git-lfs - checkout - run: name: Version information