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 5ee2e2a commit 29531cbCopy full SHA for 29531cb
CONTRIBUTING.md
@@ -25,7 +25,6 @@ Before installing the dependencies, you need to add the LLVM repository and GPG
25
26
```bash
27
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
28
-sudo add-apt-repository "deb http://apt.llvm.org/$(lsb_release -cs)/ llvm-toolchain-$(lsb_release -cs)-19 main"
29
sudo add-apt-repository "deb http://apt.llvm.org/$(lsb_release -cs)/ llvm-toolchain-$(lsb_release -cs)-21 main"
30
sudo apt update
31
```
0 commit comments