diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08c4510e..d3b81604 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,7 +127,7 @@ jobs: - run: chmod +x /tmp/cross - run: ci/set_rust_version.bash ${{ matrix.channel }} ${{ matrix.target }} - run: | - if [ "${{ matrix.channel }}" == "nightly"]; then + if [ "${{ matrix.channel }}" == "nightly" ]; then export RUSTFLAGS='-Z linker-features=-lld' fi ci/test.bash /tmp/cross ${{ matrix.target }}