Skip to content

Commit 05dba5f

Browse files
authored
Merge pull request #17 from Rust-for-Linux/fix/ci
Attempt to fix the CI by installing clang-19
2 parents f4f809b + 6322d2f commit 05dba5f

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)