From 7441875dffc055400ba87a1444894f386944cc52 Mon Sep 17 00:00:00 2001 From: Emiliano Vavassori Date: Sat, 8 Feb 2025 22:02:53 +0100 Subject: [PATCH] Fixed refreshing of master keyring. --- .gitea/workflows/build-publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build-publish.yml b/.gitea/workflows/build-publish.yml index 3fb9f5f..64018ec 100644 --- a/.gitea/workflows/build-publish.yml +++ b/.gitea/workflows/build-publish.yml @@ -10,11 +10,11 @@ jobs: - name: Installing packaged keyring run: /paruw.sh "paru -S --noconfirm archlinux-keyring" - name: Create master keyring - run: pacman-key --init --allow-weak-key-signatures + run: pacman-key --init - name: Populate master keyring - run: pacman-key --populate archlinux --allow-weak-key-signatures + run: pacman-key --populate archlinux - name: Hard refresh keys - run: pacman-key --refresh-keys --allow-weak-key-signatures + run: pacman-key --refresh-keys - name: Installing rankmirrors run: /paruw.sh "paru -S --noconfirm pacman-contrib pacman-mirrorlist" - name: Renew mirrors choice