We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b798eb commit f4ec9e7Copy full SHA for f4ec9e7
.github/workflows/libloading.yml
@@ -82,7 +82,7 @@ jobs:
82
$env:PATH = "C:\msys64\usr\bin\;$env:PATH"
83
cargo test --target x86_64-pc-cygwin -Zbuild-std
84
env:
85
- CARGO_TARGET_X86_64_PC_CYGWIN_LINKER: x86_64-pc-msys-gcc.exe
+ CARGO_TARGET_X86_64_PC_CYGWIN_LINKER: x86_64-pc-cygwin-gcc.exe
86
87
bare-cross-build:
88
runs-on: ubuntu-latest
0 commit comments