Fixed refreshing of master keyring.
This commit is contained in:
parent
63e9ff6921
commit
7441875dff
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue