File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 65
65
# --no-self-update is necessary because the windows environment cannot self-update rustup.exe.
66
66
run : rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
67
67
- run : rustup target add ${{ matrix.target }}
68
- # https://github.com/rust-lang/rust/issues/49078
69
- - name : Fix windows-gnu rust-mingw
70
- run : |
71
- for i in crt2.o dllcrt2.o libmingwex.a libmsvcrt.a ; do
72
- 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"
73
- done
74
68
- run : cargo build --target ${{ matrix.target }} --all --all-features --all-targets
75
69
- run : cargo test --target ${{ matrix.target }}
76
70
You can’t perform that action at this time.
0 commit comments