File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 77
77
profile : minimal
78
78
target : ${{ matrix.rust_target }}
79
79
default : true
80
- # https://github.com/rust-lang/rust/issues/49078
81
- - name : Fix windows-gnu rust-mingw
82
- run : |
83
- for i in crt2.o dllcrt2.o libmingwex.a libmsvcrt.a ; do
84
- cp -f "/C/ProgramData/Chocolatey/lib/mingw/tools/install/mingw64/x86_64-w64-mingw32/lib/$i" "`rustc --print sysroot`/lib/rustlib/x86_64-pc-windows-gnu/lib"
85
- done
86
- shell : bash
87
80
- uses : actions-rs/cargo@v1
88
81
with :
89
82
command : build
Original file line number Diff line number Diff line change 59
59
profile : minimal
60
60
target : ${{ matrix.rust_target }}
61
61
default : true
62
- # https://github.com/rust-lang/rust/issues/49078
63
- - name : Fix windows-gnu rust-mingw
64
- run : |
65
- for i in crt2.o dllcrt2.o libmingwex.a libmsvcrt.a ; do
66
- cp -f "/C/ProgramData/Chocolatey/lib/mingw/tools/install/mingw64/x86_64-w64-mingw32/lib/$i" "`rustc --print sysroot`/lib/rustlib/x86_64-pc-windows-gnu/lib"
67
- done
68
- shell : bash
69
62
- uses : actions-rs/cargo@v1
70
63
with :
71
64
command : build
You can’t perform that action at this time.
0 commit comments