Skip to content

Commit

Permalink
Merge pull request #631 from MisterDA/define-CLICOLOR_FORCE-true
Browse files Browse the repository at this point in the history
Define `CLICOLOR_FORCE=1` env var in CI runs
  • Loading branch information
smorimoto authored Nov 26, 2022
2 parents 57f9b5a + a4ba71f commit fc27600
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to

## [unreleased]

## Added

- Define `CLICOLOR_FORCE=1` in CI runs.

## [2.0.6]

### Added
Expand Down
1 change: 1 addition & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/setup-ocaml/installer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ export async function installer(): Promise<void> {
core.exportVariable("DUNE_CACHE", "enabled");
core.exportVariable("DUNE_CACHE_TRANSPORT", "direct");
}
core.exportVariable("CLICOLOR_FORCE", "1");
const fnames = await getOpamLocalPackages();
if (fnames.length > 0) {
if (OPAM_PIN) {
Expand Down

0 comments on commit fc27600

Please sign in to comment.