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