Skip to content

Commit e44af9e

Browse files
committed
ci: try to use a fresh MSYS2
1 parent 55b7868 commit e44af9e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/libloading.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
- i686-pc-windows-gnu
4545
include:
4646
- rust_target: x86_64-pc-windows-gnu
47-
mingw_path: C:/msys64/mingw64/bin
47+
mingw_path: C:/M/mingw64/bin
4848
package: mingw-w64-x86_64-gcc
4949
- rust_target: i686-pc-windows-gnu
50-
mingw_path: C:/msys64/mingw32/bin
50+
mingw_path: C:/M/mingw32/bin
5151
package: mingw-w64-i686-gcc
5252
steps:
5353
- uses: actions/checkout@v2
@@ -56,13 +56,13 @@ jobs:
5656
- run: rustup target add ${{ matrix.rust_target }}
5757
- uses: msys2/setup-msys2@v2
5858
with:
59-
release: false
6059
install: ${{ matrix.package }}
60+
update: true
61+
location: C:/M
6162
- run: echo "${{ matrix.mingw_path }}" | Out-File -FilePath $env:GITHUB_PATH -Append
62-
if: ${{ matrix.mingw_path }}"
6363
- run: cargo test --target ${{ matrix.rust_target }}
6464
env:
65-
TARGET: ${{ matrix.rust_target}}
65+
TARGET: ${{ matrix.rust_target }}
6666

6767
msys2-test:
6868
runs-on: windows-latest

0 commit comments

Comments
 (0)