Skip to content

Commit fd04bf6

Browse files
Count-Countcalebcartwright
authored andcommitted
Use linker provided by Rust
The linker in the PATH in the Gitlab runner environment causes build failures. Fixes #4765.
1 parent 8829e45 commit fd04bf6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/windows.yml

+2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252

5353
- name: cargo-make
5454
run: cargo install --force cargo-make
55+
env:
56+
RUSTFLAGS: -C link-self-contained=yes
5557

5658
- name: build
5759
run: |

0 commit comments

Comments
 (0)