We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0de682 + e67e201 commit 74ec33eCopy full SHA for 74ec33e
.github/workflows/ci.yaml
@@ -150,7 +150,7 @@ jobs:
150
- if: matrix.toolchain == 'rustc_codegen_gcc'
151
run: |
152
apt-get -y --no-install-recommends purge cpp gcc
153
- curl --proto '=https' --tlsv1.2 -sSfLO https://github.com/antoyo/gcc/releases/latest/download/gcc-13.deb
+ curl --proto '=https' --tlsv1.2 -sSfLO https://github.com/antoyo/gcc/releases/download/master-6351b299c/gcc-13.deb
154
dpkg -i gcc-13.deb
155
156
git clone --depth 1 --branch $(linux/scripts/min-tool-version.sh rustc) https://github.com/rust-lang/rust.git rust-repo
0 commit comments