Skip to content

Commit 9d209fb

Browse files
authored
ci: drop CLICOLOR_FORCE=1 from tend-setup action (#5819)
1 parent d3229ff commit 9d209fb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/actions/tend-setup/action.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ runs:
3636

3737
- run: |
3838
echo CARGO_TERM_COLOR=always >> $GITHUB_ENV
39-
echo CLICOLOR_FORCE=1 >> $GITHUB_ENV
4039
echo 'RUSTFLAGS=-C debuginfo=0' >> $GITHUB_ENV
4140
echo 'RUSTDOCFLAGS=-Dwarnings' >> $GITHUB_ENV
4241
shell: bash

0 commit comments

Comments
 (0)