Skip to content

Commit 20139d9

Browse files
Berrysoftnagisa
authored andcommitted
fix: specify cygwin linker by absolute path
1 parent 5cf440d commit 20139d9

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
- run: cargo test --target x86_64-pc-cygwin -Zbuild-std
8383
env:
8484
TARGET: x86_64-pc-windows-msvc
85-
CARGO_TARGET_X86_64_PC_CYGWIN_LINKER: x86_64-pc-msys-gcc.exe
85+
CARGO_TARGET_X86_64_PC_CYGWIN_LINKER: C:\msys64\usr\bin\x86_64-pc-msys-gcc.exe
8686

8787
bare-cross-build:
8888
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)