Hard refreshing keys.

This commit is contained in:
Emiliano Vavassori 2025-02-08 21:32:23 +01:00
parent fa97a1b4c6
commit 7ca1978489

View File

@ -13,6 +13,8 @@ jobs:
run: /paruw.sh "paru -Syy"
- name: Refresh keys
run: /paruw.sh "paru -S --noconfirm archlinux-keyring"
- name: Hard refresh keys
run: pacman-key --refresh-keys
- name: Compile package
run: /paruw.sh "paru -Bi --noconfirm ${{ gitea.workspace }}"
- name: Setup go for publishing