Skip to content

Commit f4ec9e7

Browse files
authored
test: try to fix msys (#182)
1 parent 9b798eb commit f4ec9e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/libloading.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
$env:PATH = "C:\msys64\usr\bin\;$env:PATH"
8383
cargo test --target x86_64-pc-cygwin -Zbuild-std
8484
env:
85-
CARGO_TARGET_X86_64_PC_CYGWIN_LINKER: x86_64-pc-msys-gcc.exe
85+
CARGO_TARGET_X86_64_PC_CYGWIN_LINKER: x86_64-pc-cygwin-gcc.exe
8686
8787
bare-cross-build:
8888
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)