Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed May 19, 2024
1 parent 85afe16 commit 3e1c547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 3e1c547

Please sign in to comment.