Fixed refreshing of master keyring.

This commit is contained in:
Emiliano Vavassori 2025-02-08 22:02:53 +01:00
parent 63e9ff6921
commit 7441875dff

View File

@ -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