Skip to content

Commit f3f10fe

Browse files
committed
Changed CI/CD Windows automated builds to use normal linking
1 parent c971261 commit f3f10fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: .github/workflows/remoteBuild.yml

-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ jobs:
8383
run: |
8484
cargo build --release --target x86_64-pc-windows-gnu
8585
env:
86-
RUSTFLAGS: -C link-arg=-fuse-ld=C:\msys64\mingw64\x86_64-w64-mingw32\bin\ld.exe
8786
CFLAGS: -static-libstdc++
8887
CXXFLAGS: -static-libstdc++
8988
LLVM_SYS_181_PREFIX: C:\msys64\mingw64

0 commit comments

Comments
 (0)