File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5353 run : rustup component add rustfmt clippy
5454
5555 - name : Download artifact
56- run : curl -LO https://github.com/antoyo /gcc/releases/latest/download/${{ matrix.libgccjit_version.gcc }}
56+ run : curl -LO https://github.com/rust-lang /gcc/releases/latest/download/${{ matrix.libgccjit_version.gcc }}
5757
5858 - name : Setup path to libgccjit
5959 run : |
Original file line number Diff line number Diff line change 5656
5757 - name : Download artifact
5858 if : matrix.libgccjit_version.gcc != 'libgccjit12.so'
59- run : curl -LO https://github.com/antoyo /gcc/releases/latest/download/gcc-13.deb
59+ run : curl -LO https://github.com/rust-lang /gcc/releases/latest/download/gcc-13.deb
6060
6161 - name : Setup path to libgccjit
6262 if : matrix.libgccjit_version.gcc != 'libgccjit12.so'
Original file line number Diff line number Diff line change 3737 run : sudo apt-get install ninja-build ripgrep
3838
3939 - name : Download artifact
40- run : curl -LO https://github.com/antoyo /gcc/releases/latest/download/gcc-13.deb
40+ run : curl -LO https://github.com/rust-lang /gcc/releases/latest/download/gcc-13.deb
4141
4242 - name : Setup path to libgccjit
4343 run : |
You can’t perform that action at this time.
0 commit comments