Use sudo when installing signing key
parent
f4bca1b5d6
commit
c5a20b2493
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue