Skip to content

Commit 3244679

Browse files
committed
update the pgp servers to get the LLVM GPG key
1 parent aec2cf0 commit 3244679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# 15CF4D18AF4F7421 is the GPG key for the LLVM apt repository
5858
# This key is not in the keystore by default for Ubuntu so we need to add it.
5959
LLVM_KEY=15CF4D18AF4F7421
60-
gpg --keyserver ipv4.pool.sks-keyservers.net --recv-key $LLVM_KEY || gpg --keyserver ha.pool.sks-keyservers.net --recv-key $LLVM_KEY
60+
gpg --keyserver keyserver.ubuntu.com --recv-key $LLVM_KEY || gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-key $LLVM_KEY
6161
gpg -a --export $LLVM_KEY | sudo apt-key add -
6262
sudo add-apt-repository "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-9 main"
6363
fi

0 commit comments

Comments
 (0)