We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c8b583 commit 4620723Copy full SHA for 4620723
.github/workflows/windows.yml
@@ -50,17 +50,6 @@ jobs:
50
profile: minimal
51
default: true
52
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
63
64
- name: cargo-make
65
run: cargo install --force cargo-make
66
0 commit comments