Skip to content

Commit

Permalink
maybe this works
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed May 21, 2024
1 parent 3e1c547 commit 3ffe600
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,10 @@ jobs:
name: cross-linux-musl
path: /tmp/
- run: chmod +x /tmp/cross
- run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zlinker-features=-lld >> $GITHUB_ENV
if: matrix.channel == 'nightly'
- run: ci/set_rust_version.bash ${{ matrix.channel }} ${{ matrix.target }}
- run: |
if [ "${{ matrix.channel }}" == "nightly" ]; then
export RUSTFLAGS='-Z linker-features=-lld'
fi
ci/test.bash /tmp/cross ${{ matrix.target }}
- run: ci/test.bash /tmp/cross ${{ matrix.target }}

strategy:
fail-fast: false
Expand Down

0 comments on commit 3ffe600

Please sign in to comment.