File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,10 @@ jobs:
44
44
- i686-pc-windows-gnu
45
45
include :
46
46
- rust_target : x86_64-pc-windows-gnu
47
- mingw_path : C:/msys64 /mingw64/bin
47
+ mingw_path : C:/M /mingw64/bin
48
48
package : mingw-w64-x86_64-gcc
49
49
- rust_target : i686-pc-windows-gnu
50
- mingw_path : C:/msys64 /mingw32/bin
50
+ mingw_path : C:/M /mingw32/bin
51
51
package : mingw-w64-i686-gcc
52
52
steps :
53
53
- uses : actions/checkout@v2
@@ -56,13 +56,13 @@ jobs:
56
56
- run : rustup target add ${{ matrix.rust_target }}
57
57
- uses : msys2/setup-msys2@v2
58
58
with :
59
- release : false
60
59
install : ${{ matrix.package }}
60
+ update : true
61
+ location : C:/M
61
62
- run : echo "${{ matrix.mingw_path }}" | Out-File -FilePath $env:GITHUB_PATH -Append
62
- if : ${{ matrix.mingw_path }}"
63
63
- run : cargo test --target ${{ matrix.rust_target }}
64
64
env :
65
- TARGET : ${{ matrix.rust_target}}
65
+ TARGET : ${{ matrix.rust_target }}
66
66
67
67
msys2-test :
68
68
runs-on : windows-latest
You can’t perform that action at this time.
0 commit comments