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 aec2cf0 commit 3244679Copy full SHA for 3244679
.github/workflows/build-linux.yml
@@ -57,7 +57,7 @@ jobs:
57
# 15CF4D18AF4F7421 is the GPG key for the LLVM apt repository
58
# This key is not in the keystore by default for Ubuntu so we need to add it.
59
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
+ gpg --keyserver keyserver.ubuntu.com --recv-key $LLVM_KEY || gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-key $LLVM_KEY
61
gpg -a --export $LLVM_KEY | sudo apt-key add -
62
sudo add-apt-repository "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-9 main"
63
fi
0 commit comments