From 40787620f9c91bb338222a0c7d8212f38c24cc3f Mon Sep 17 00:00:00 2001 From: ktyl Date: Thu, 15 Dec 2022 21:04:19 +0000 Subject: [PATCH] use git-lfs in build step --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 35c9e50..4890f8e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,8 +6,10 @@ steps: - name: submodules image: archlinux commands: - - pacman -Sy --noconfirm git >/dev/null + - pacman -Sy --noconfirm git git-lfs >/dev/null - git submodule update --init --recursive + - git lfs install + - git lfs checkout - name: build image: archlinux