0
0
Fork 0
mirror of https://github.com/dtolnay/rust-toolchain.git synced 2025-07-16 03:52:54 +03:00

Merge pull request 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
No known key found for this signature in database
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