Skip to content

Commit 0c89d99

Browse files
committed
ci: try msys2 -c
1 parent e44af9e commit 0c89d99

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/libloading.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ jobs:
5959
install: ${{ matrix.package }}
6060
update: true
6161
location: C:/M
62-
- run: echo "${{ matrix.mingw_path }}" | Out-File -FilePath $env:GITHUB_PATH -Append
63-
- run: cargo test --target ${{ matrix.rust_target }}
62+
- run: msys2 -c "cargo test --target ${{ matrix.rust_target }}"
6463
env:
6564
TARGET: ${{ matrix.rust_target }}
6665

0 commit comments

Comments
 (0)