From f8144cdbad5a45e0d09c74c1b456f25787061a02 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Thu, 18 Dec 2025 15:40:38 +0500 Subject: [PATCH] ci.yml - color cmake output --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad00406ed8..9d307ab96c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,10 @@ jobs: compile-and-test: runs-on: ubuntu-22.04 needs: activate + env: + # Colored output for cmake. + CLICOLOR_FORCE: "1" + CMAKE_COLOR_DIAGNOSTICS: "ON" steps: - uses: actions/checkout@v5 with: