From 24aea7d1f3c840dd4ecef80d5facea2019745ec5 Mon Sep 17 00:00:00 2001 From: ktyl Date: Sun, 10 Sep 2023 16:10:33 +0100 Subject: [PATCH] ci: run sysupgrade when cloning submodules --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index bcbbbd6..a044c33 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: - name: submodules image: archlinux commands: - - pacman -Sy --noconfirm git git-lfs >/dev/null + - pacman -Syu --noconfirm git git-lfs >/dev/null - git lfs install - git submodule update --init --recursive - cd blog