mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2026-04-08 17:42:12 +08:00
Enable colors in Cargo output
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user