We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0850749 commit c971261Copy full SHA for c971261
.github/workflows/remoteBuild.yml
@@ -55,6 +55,7 @@ jobs:
55
uses: actions-rs/toolchain@v1
56
with:
57
toolchain: nightly
58
+ target: x86_64-pc-windows-gnu
59
override: true
60
components: clippy
61
- name: Install LLVM and dependencies (Windows)
@@ -82,6 +83,7 @@ jobs:
82
83
run: |
84
cargo build --release --target x86_64-pc-windows-gnu
85
env:
86
+ RUSTFLAGS: -C link-arg=-fuse-ld=C:\msys64\mingw64\x86_64-w64-mingw32\bin\ld.exe
87
CFLAGS: -static-libstdc++
88
CXXFLAGS: -static-libstdc++
89
LLVM_SYS_181_PREFIX: C:\msys64\mingw64
0 commit comments