Skip to content

Commit c971261

Browse files
committed
Install x86_64-pc-windows-gnu nightly toolchain for CI/CD Windows builds
1 parent 0850749 commit c971261

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/remoteBuild.yml

+2
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
uses: actions-rs/toolchain@v1
5656
with:
5757
toolchain: nightly
58+
target: x86_64-pc-windows-gnu
5859
override: true
5960
components: clippy
6061
- name: Install LLVM and dependencies (Windows)
@@ -82,6 +83,7 @@ jobs:
8283
run: |
8384
cargo build --release --target x86_64-pc-windows-gnu
8485
env:
86+
RUSTFLAGS: -C link-arg=-fuse-ld=C:\msys64\mingw64\x86_64-w64-mingw32\bin\ld.exe
8587
CFLAGS: -static-libstdc++
8688
CXXFLAGS: -static-libstdc++
8789
LLVM_SYS_181_PREFIX: C:\msys64\mingw64

0 commit comments

Comments
 (0)