From 212a60438b3d870dc3bcdc1145e6f71428a42e17 Mon Sep 17 00:00:00 2001 From: borntohonk <6264306+borntohonk@users.noreply.github.com> Date: Sun, 16 Nov 2025 18:56:19 +0100 Subject: [PATCH] force acquire latest packages from pacman --- .github/workflows/build-jobs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-jobs.yaml b/.github/workflows/build-jobs.yaml index dfd713e..c558f52 100644 --- a/.github/workflows/build-jobs.yaml +++ b/.github/workflows/build-jobs.yaml @@ -20,6 +20,7 @@ jobs: - name: Build sys-patch run: | + dkp-pacman -Syu --noconfirm && \ make -C sys-patch -j$(nproc) dist && \ VERSION=$(grep 'export VERSION := ' sys-patch/Makefile | cut -c 19-) TAGVERSION=$(curl -s https://api.github.com/repos/$GITHUB_REPOSITORY/releases/latest | grep "tag_name" | head -1 | cut -d '"' -f 4)