diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4332693776..9ce4edb589 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,8 @@ jobs: - rust: stable os: macos-latest runs-on: ${{ matrix.os }} + env: + RUSTFLAGS: "-C link-arg=-fuse-ld=lld -D warnings" steps: - name: Free disk space if: ${{ matrix.os == 'ubuntu-latest'}}