Skip to content

Commit ec8a612

Browse files
mkcorhenryiii
andauthored
Fix comment about color depth. (#609)
* Fix comment about color depth * Update {{cookiecutter.project_name}}/.github/workflows/ci.yml --------- Co-authored-by: Henry Schreiner <[email protected]>
1 parent b8aae86 commit ec8a612

File tree

1 file changed

+3
-2
lines changed
  • {{cookiecutter.project_name}}/.github/workflows

1 file changed

+3
-2
lines changed

{{cookiecutter.project_name}}/.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ concurrency:
1212
cancel-in-progress: true
1313

1414
env:
15-
# Many color libraries just need this to be set to any value, but at least
16-
# one distinguishes color depth, where "3" -> "256-bit color".
15+
# Many color libraries just need this variable to be set to any value.
16+
# Set it to 3 to support 8-bit color graphics (256 colors per channel)
17+
# for libraries that care about the value set.
1718
FORCE_COLOR: 3
1819

1920
jobs:

0 commit comments

Comments
 (0)