From 6112537e9b1a612e029a566830de6e64b6bef5b2 Mon Sep 17 00:00:00 2001 From: PoliEcho Date: Sat, 12 Jul 2025 19:42:41 +0000 Subject: [PATCH] Update .gitea/workflows/build_test.yaml --- .gitea/workflows/build_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build_test.yaml b/.gitea/workflows/build_test.yaml index 17d49b6..4328e07 100644 --- a/.gitea/workflows/build_test.yaml +++ b/.gitea/workflows/build_test.yaml @@ -6,7 +6,7 @@ jobs: runs-on: arch steps: - name: fix package cache - run: rm -fr /var/cache/pacman/pkg/* && pacman -Syy archlinux-keyring && pacman-key --init && pacman-key --populate archlinux + run: rm -fr /var/cache/pacman/pkg/* && pacman -Syy archlinux-keyring --needed --noconfirm && pacman-key --init && pacman-key --populate archlinux - name: get dependencies run: pacman -Sy nodejs make nasm --needed --noconfirm