mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2025-12-27 01:54:01 -05:00
Enable colors in Cargo output
This commit is contained in:
@@ -85,5 +85,10 @@ runs:
|
||||
echo CARGO_INCREMENTAL=0 >> $GITHUB_ENV
|
||||
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
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user