Updating keys during building.

This commit is contained in:
Emiliano Vavassori 2025-02-08 21:29:29 +01:00
parent 1bd54e9eac
commit fa97a1b4c6

View File

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