Thanks to visit codestin.com Credit goes to github.com
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 6c8c8cb commit 02c1a50Copy full SHA for 02c1a50
.github/workflows/pull-request.yml
@@ -246,6 +246,7 @@ jobs:
246
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$LLVM_SNAPSHOT_KEY"
247
gpg --batch --armor --export "$LLVM_SNAPSHOT_KEY" | \
248
sudo tee /etc/apt/trusted.gpg.d/llvm-snapshot.gpg.asc
249
+ gpgconf --kill all
250
rm -r $GNUPGHOME
251
echo "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-13 main" | \
252
sudo tee /etc/apt/sources.list.d/llvm.list
0 commit comments