We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4f809b commit 960ff89Copy full SHA for 960ff89
1 file changed
.github/workflows/ci.yaml
@@ -114,7 +114,7 @@ jobs:
114
# Setup: `rustc_codegen_gcc`.
115
- if: matrix.backend == 'gcc'
116
run: |
117
- sudo apt-get -y --no-install-recommends purge cpp gcc
+ sudo apt-get -y --no-install-recommends purge cpp gcc clang-19
118
curl --proto '=https' --tlsv1.2 -sSfLO https://github.com/rust-lang/gcc/releases/latest/download/gcc-15.deb
119
sudo dpkg -i gcc-15.deb
120
0 commit comments