From c464ae169a6b7c6d385201810d9f172658fcd624 Mon Sep 17 00:00:00 2001 From: Sebastiaan de Schaetzen Date: Wed, 23 Apr 2025 11:03:49 +0200 Subject: [PATCH] Update template from yay repository --- .gitea/workflows/build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index bee0a13..2629395 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -13,9 +13,13 @@ jobs: - name: Checkout code uses: actions/checkout@v2 + - name: Ensure image is up-to-date + run: | + sudo pacman -Syu --noconfirm + - name: Build package run: | - makepkg -s - + makepkg -s --noconfirm - - name: Push to repository run: |