3
0
Fork 0
mirror of https://github.com/dtolnay/rust-toolchain.git synced 2024-11-22 08:49:30 +01:00

Enable colors in Cargo output

This commit is contained in:
David Tolnay 2022-10-24 19:18:00 -07:00
parent ba37adf8f9
commit ba4a065776
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -85,5 +85,10 @@ runs:
echo CARGO_INCREMENTAL=0 >> $GITHUB_ENV echo CARGO_INCREMENTAL=0 >> $GITHUB_ENV
shell: bash shell: bash
- run: |
: enable colors in Cargo output
echo CARGO_TERM_COLOR=always >> $GITHUB_ENV
shell: bash
- run: rustc +${{steps.parse.outputs.toolchain}} --version --verbose - run: rustc +${{steps.parse.outputs.toolchain}} --version --verbose
shell: bash shell: bash