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