Skip to content

Commit 3e9bede

Browse files
committed
Try Ubuntu keyserver
1 parent 0f100e1 commit 3e9bede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
chown -R build .
4848
4949
# Import GPG key for liwbacom/Peter Hutterer
50-
su build --pty -s /bin/bash -c 'gpg --keyserver hkps://pgp.surf.nl --recv-keys 3C2C43D9447D5938EF4551EBE23B7E70B467F0BF'
50+
su build --pty -s /bin/bash -c 'gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 3C2C43D9447D5938EF4551EBE23B7E70B467F0BF'
5151
5252
# build package
5353
su build --pty -s /bin/bash -c 'makedeb --sync-deps --no-confirm'

0 commit comments

Comments
 (0)