mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-11-20 01:50:24 -05:00
tweak color env variable options
As noted in mylog's 2b1085c: Looks like both the GNU tools' --color argument and cargo's CARGO_TERM_COLOR expect always/never rather than on/off. Match that. Might as well understand off/no/false and on/yes/true also.
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -3,6 +3,7 @@ on: [push, pull_request]
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
MOONFIRE_COLOR: always
|
||||
RUST_BACKTRACE: 1
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user