Skip to content

Commit d593a44

Browse files
authored
Merge pull request dtolnay#36 from dtolnay/colors
Enable colors in Cargo output
2 parents ba37adf + ba4a065 commit d593a44

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,10 @@ runs:
8585
echo CARGO_INCREMENTAL=0 >> $GITHUB_ENV
8686
shell: bash
8787
88+
- run: |
89+
: enable colors in Cargo output
90+
echo CARGO_TERM_COLOR=always >> $GITHUB_ENV
91+
shell: bash
92+
8893
- run: rustc +${{steps.parse.outputs.toolchain}} --version --verbose
8994
shell: bash

0 commit comments

Comments
 (0)