Skip to content

Commit be36ed3

Browse files
authored
Install lld in macos builds
1 parent 7e08d87 commit be36ed3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
- os: macos-latest
5757
target_triple: aarch64-apple-darwin
5858
rustflags: "-C link-arg=-fuse-ld=lld --deny warnings"
59+
prologue-script: brew install lld
5960
- os: windows-11-arm
6061
target_triple: aarch64-pc-windows-msvc
6162
# lld on Windows uses extreme amounts of memory for debuginfo=2

0 commit comments

Comments
 (0)