We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e780e45 commit f77827bCopy full SHA for f77827b
.github/workflows/ci.yaml
@@ -152,8 +152,8 @@ jobs:
152
- if: matrix.toolchain == 'rustc_codegen_gcc'
153
run: |
154
apt-get -y --no-install-recommends purge cpp gcc
155
- curl --proto '=https' --tlsv1.2 -sSfLO https://github.com/rust-lang/gcc/releases/latest/download/gcc-13.deb
156
- dpkg -i gcc-13.deb
+ curl --proto '=https' --tlsv1.2 -sSfLO https://github.com/rust-lang/gcc/releases/latest/download/gcc-15.deb
+ dpkg -i gcc-15.deb
157
158
git clone --depth 1 https://github.com/rust-lang/rustc_codegen_gcc
159
0 commit comments