Skip to content

Commit e8127b9

Browse files
committed
Fix download link for GCC to always use the latest version
1 parent 2b9cece commit e8127b9

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/download/master/gcc-13.deb
153+
curl --proto '=https' --tlsv1.2 -sSfLO https://github.com/antoyo/gcc/releases/latest/download/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)