Skip to content

Commit 960ff89

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ 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
118118
curl --proto '=https' --tlsv1.2 -sSfLO https://github.com/rust-lang/gcc/releases/latest/download/gcc-15.deb
119119
sudo dpkg -i gcc-15.deb
120120

0 commit comments

Comments
 (0)