Merge pull request #36 from dtolnay/colors

Enable colors in Cargo output
This commit is contained in:
David Tolnay 2022-10-24 19:19:47 -07:00 committed by GitHub
commit d593a44386
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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