Skip to content

Commit

Permalink
Use sudo when installing signing key
Browse files Browse the repository at this point in the history
  • Loading branch information
daviwil authored Jun 14, 2024
1 parent f4bca1b commit c5a20b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit c5a20b2

Please sign in to comment.