Skip to content

Commit

Permalink
workflow: force color support to be enabled
Browse files Browse the repository at this point in the history
See #631 and actions/runner#241.

Color support (or more precisely, whether the Actions runner advertises
itself as a proper tty) seems flaky in GitHub.
  • Loading branch information
chris-laplante committed May 21, 2024
1 parent 6c4637b commit 4527fc3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
schedule:
- cron: "43 6 * * 5"

env:
CLICOLOR_FORCE: 1

jobs:
test:
strategy:
Expand Down

0 comments on commit 4527fc3

Please sign in to comment.