Skip to content

Commit

Permalink
Remove Debian/Ubuntu keyserver override
Browse files Browse the repository at this point in the history
  • Loading branch information
qzed committed Aug 19, 2022
1 parent 4c91851 commit aee0bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
chown -R build .
# Import GPG key for liwbacom/Peter Hutterer
su build --pty -s /bin/bash -c 'gpg --keyserver hkps://pgp.surf.nl --recv-keys 3C2C43D9447D5938EF4551EBE23B7E70B467F0BF'
su build --pty -s /bin/bash -c 'gpg --recv-keys 3C2C43D9447D5938EF4551EBE23B7E70B467F0BF'
# build package
su build --pty -s /bin/bash -c 'makedeb --sync-deps --no-confirm'
Expand Down

0 comments on commit aee0bfd

Please sign in to comment.