Use sudo when installing signing key

This commit is contained in:
David Wilson 2024-06-14 23:19:45 +03:00 committed by GitHub
parent f4bca1b5d6
commit c5a20b2493
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,7 +38,7 @@ jobs:
# This is necessary to authorize the substitute server
wget https://substitutes.nonguix.org/signing-key.pub
mv signing-key.pub nonguix-signing-key.pub
guix archive --authorize < nonguix-signing-key.pub
sudo guix archive --authorize < nonguix-signing-key.pub
- name: Build ISO
run: |