Skip to content

Commit 74ec33e

Browse files
authored
Merge pull request #2 from Rust-for-Linux/fix/ci
Fix download link for GCC to use a known-working version
2 parents a0de682 + e67e201 commit 74ec33e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
- if: matrix.toolchain == 'rustc_codegen_gcc'
151151
run: |
152152
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
153+
curl --proto '=https' --tlsv1.2 -sSfLO https://github.com/antoyo/gcc/releases/download/master-6351b299c/gcc-13.deb
154154
dpkg -i gcc-13.deb
155155
156156
git clone --depth 1 --branch $(linux/scripts/min-tool-version.sh rustc) https://github.com/rust-lang/rust.git rust-repo

0 commit comments

Comments
 (0)