Skip to content

Commit

Permalink
Proper way of passing rust flags
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkirsz committed Jun 20, 2023
1 parent bca2f01 commit 9d991d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
run: |
sudo apt update
sudo apt install -y lld
echo "RUSTFLAGS='-C link-arg=-fuse-ld=lld $RUSTFLAGS'" >> $GITHUB_ENV
echo RUSTFLAGS=${RUSTFLAGS}\ -C\ link-arg=-fuse-ld=lld >> $GITHUB_ENV
- name: Install nextest
if: ${{ inputs.needsNextest == 'yes' }}
Expand Down

0 comments on commit 9d991d9

Please sign in to comment.