File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 53
53
run : rustup component add rustfmt clippy
54
54
55
55
- 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 }}
57
57
58
58
- name : Setup path to libgccjit
59
59
run : |
Original file line number Diff line number Diff line change 56
56
57
57
- name : Download artifact
58
58
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
60
60
61
61
- name : Setup path to libgccjit
62
62
if : matrix.libgccjit_version.gcc != 'libgccjit12.so'
Original file line number Diff line number Diff line change 37
37
run : sudo apt-get install ninja-build ripgrep
38
38
39
39
- 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
41
41
42
42
- name : Setup path to libgccjit
43
43
run : |
You can’t perform that action at this time.
0 commit comments