From 7ab282f53da38c5f584a6d9652f8dfaa368baeb7 Mon Sep 17 00:00:00 2001 From: ktyl Date: Thu, 15 Dec 2022 21:04:19 +0000 Subject: [PATCH] install git-lfs in build step --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 35c9e50..eba6e01 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ 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 - name: build