We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4f809b + 6322d2f commit 05dba5fCopy full SHA for 05dba5f
1 file changed
.github/workflows/ci.yaml
@@ -115,6 +115,9 @@ jobs:
115
- if: matrix.backend == 'gcc'
116
run: |
117
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
+
121
curl --proto '=https' --tlsv1.2 -sSfLO https://github.com/rust-lang/gcc/releases/latest/download/gcc-15.deb
122
sudo dpkg -i gcc-15.deb
123
0 commit comments