Skip to content

Commit ef3e9c6

Browse files
committed
Remove outdated fix in windows-gnu
Signed-off-by: John Nunley <[email protected]>
1 parent 62bf341 commit ef3e9c6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,6 @@ jobs:
6565
# --no-self-update is necessary because the windows environment cannot self-update rustup.exe.
6666
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
6767
- 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
7468
- run: cargo build --target ${{ matrix.target }} --all --all-features --all-targets
7569
- run: cargo test --target ${{ matrix.target }}
7670

0 commit comments

Comments
 (0)