ci.yml - color cmake output

This commit is contained in:
Andrej730
2025-12-18 15:40:38 +05:00
parent bc5e4d7935
commit f8144cdbad
+4
View File
@@ -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: