We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7521aad commit 6a928e8Copy full SHA for 6a928e8
1 file changed
.github/workflows/tsan.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Install clang
52
run: |
53
sudo apt-get purge --auto-remove llvm python3-lldb-14 llvm-14
54
- wget https://apt.llvm.org/llvm.sh
+ wget https://raw.githubusercontent.com/opencollab/llvm-jenkins.debian.net/refs/heads/master/llvm.sh
55
chmod +x llvm.sh
56
sudo ./llvm.sh 22
57
0 commit comments