Merge pull request #152 from dtolnay/trailingwhitespace

Clean up trailing whitespace from PR 145
This commit is contained in:
David Tolnay 2025-04-29 12:22:45 -07:00 committed by GitHub
commit b3b07ba8b4
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: B5690EEEBB952194

View file

@ -84,7 +84,7 @@ runs:
fi
if: runner.os == 'Windows'
shell: bash
- name: rustup toolchain install ${{steps.parse.outputs.toolchain}}
run: rustup toolchain install ${{steps.parse.outputs.toolchain}}${{steps.flags.outputs.targets}}${{steps.flags.outputs.components}} --profile minimal${{steps.flags.outputs.downgrade}} --no-self-update
shell: bash