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 cd46020 commit 75bfdcdCopy full SHA for 75bfdcd
.github/workflows/ci.yml
@@ -411,7 +411,7 @@ jobs:
411
if: startsWith(matrix.os, 'ubuntu-') && matrix.arch == 'native'
412
run: |
413
sudo ./cross/setup-apt-llvm-org.sh
414
- sudo apt-get update && sudo apt-get install -y clang-18 lld-18
+ sudo apt-get update && sudo apt-get install -y clang-20 lld-20
415
sudo ./cross/setup-alternatives.sh
416
417
- name: Fix sources.list (cross)
0 commit comments