Skip to content

Commit 4620723

Browse files
ci: fix windows gnu linking issue (#4756)
1 parent 6c8b583 commit 4620723

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Diff for: .github/workflows/windows.yml

-11
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,6 @@ jobs:
5050
profile: minimal
5151
default: true
5252

53-
- name: Add mingw32 to path for i686-gnu
54-
run: |
55-
echo "C:\msys64\mingw32\bin" >> $GITHUB_PATH
56-
if: matrix.target == 'i686-pc-windows-gnu' && matrix.channel == 'nightly'
57-
shell: bash
58-
59-
- name: Add mingw64 to path for x86_64-gnu
60-
run: echo "C:\msys64\mingw64\bin" >> $GITHUB_PATH
61-
if: matrix.target == 'x86_64-pc-windows-gnu' && matrix.channel == 'nightly'
62-
shell: bash
63-
6453
- name: cargo-make
6554
run: cargo install --force cargo-make
6655

0 commit comments

Comments
 (0)