Skip to content

Commit 8cd9dc4

Browse files
committed
Update gcc URL
1 parent 3592bc5 commit 8cd9dc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Download and install GCC fork
3636
if: ${{ matrix.os == 'ubuntu-24.04' }}
3737
run: |
38-
curl -LO https://github.com/antoyo/gcc/releases/latest/download/gcc-15.deb
38+
curl -LO https://github.com/rust-lang/gcc/releases/latest/download/gcc-15.deb
3939
sudo dpkg --force-overwrite -i gcc-15.deb
4040
4141
- name: Set env

0 commit comments

Comments
 (0)