Use sudo when installing signing key

master
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
1 changed files with 1 additions and 1 deletions

View File

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