Use sudo when installing signing key
This commit is contained in:
parent
f4bca1b5d6
commit
c5a20b2493
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -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: |
|
||||||
|
|
Loading…
Reference in a new issue