Skip to content

Commit 6322d2f

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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ jobs:
115115
- if: matrix.backend == 'gcc'
116116
run: |
117117
sudo apt-get -y --no-install-recommends purge cpp gcc
118+
sudo apt-get install clang-19
119+
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-19 190
120+
118121
curl --proto '=https' --tlsv1.2 -sSfLO https://github.com/rust-lang/gcc/releases/latest/download/gcc-15.deb
119122
sudo dpkg -i gcc-15.deb
120123

0 commit comments

Comments
 (0)