mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2024-11-14 05:26:34 +02:00
Merge pull request #36 from dtolnay/colors
Enable colors in Cargo output
This commit is contained in:
commit
d593a44386
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue