We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f100e1 commit 3e9bedeCopy full SHA for 3e9bede
.github/workflows/release.yml
@@ -47,7 +47,7 @@ jobs:
47
chown -R build .
48
49
# Import GPG key for liwbacom/Peter Hutterer
50
- su build --pty -s /bin/bash -c 'gpg --keyserver hkps://pgp.surf.nl --recv-keys 3C2C43D9447D5938EF4551EBE23B7E70B467F0BF'
+ su build --pty -s /bin/bash -c 'gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 3C2C43D9447D5938EF4551EBE23B7E70B467F0BF'
51
52
# build package
53
su build --pty -s /bin/bash -c 'makedeb --sync-deps --no-confirm'
0 commit comments