Skip to content

Commit c6e6067

Browse files
committed
Force LLD to be used in workflows
1 parent b891857 commit c6e6067

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55

66
env:
77
CARGO_TERM_COLOR: always
8+
RUSTFLAGS: "-C link-arg=-fuse-ld=lld"
89

910
jobs:
1011
build:

0 commit comments

Comments
 (0)