We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3592bc5 commit 8cd9dc4Copy full SHA for 8cd9dc4
1 file changed
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Download and install GCC fork
36
if: ${{ matrix.os == 'ubuntu-24.04' }}
37
run: |
38
- curl -LO https://github.com/antoyo/gcc/releases/latest/download/gcc-15.deb
+ curl -LO https://github.com/rust-lang/gcc/releases/latest/download/gcc-15.deb
39
sudo dpkg --force-overwrite -i gcc-15.deb
40
41
- name: Set env
0 commit comments