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: