Skip to content

Commit b2e217d

Browse files
committed
Remove the no-longer necessary workaround
1 parent 9a01959 commit b2e217d

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

.github/workflows/psm.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,6 @@ jobs:
7777
profile: minimal
7878
target: ${{ matrix.rust_target }}
7979
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
8780
- uses: actions-rs/cargo@v1
8881
with:
8982
command: build

.github/workflows/stacker.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,6 @@ jobs:
5959
profile: minimal
6060
target: ${{ matrix.rust_target }}
6161
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
6962
- uses: actions-rs/cargo@v1
7063
with:
7164
command: build

0 commit comments

Comments
 (0)