Skip to content

Commit a0e2f29

Browse files
committed
Attempt to fix the CI by installing clang-19
1 parent f4f809b commit a0e2f29

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@ jobs:
114114
# Setup: `rustc_codegen_gcc`.
115115
- if: matrix.backend == 'gcc'
116116
run: |
117-
sudo apt-get -y --no-install-recommends purge cpp gcc
117+
sudo apt-get -y --no-install-recommends purge cpp gcc clang-19
118+
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-19 190
119+
118120
curl --proto '=https' --tlsv1.2 -sSfLO https://github.com/rust-lang/gcc/releases/latest/download/gcc-15.deb
119121
sudo dpkg -i gcc-15.deb
120122

0 commit comments

Comments
 (0)