We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1cdaca commit 502e536Copy full SHA for 502e536
.github/workflows/ci.yml
@@ -22,6 +22,8 @@ jobs:
22
- rust: stable
23
os: macos-latest
24
runs-on: ${{ matrix.os }}
25
+ env:
26
+ RUSTFLAGS: "-C link-arg=-fuse-ld=lld -D warnings"
27
steps:
28
- name: Free disk space
29
if: ${{ matrix.os == 'ubuntu-latest'}}
0 commit comments