Skip to content

Commit 5a27cca

Browse files
committed
Remove verbose flag
1 parent 063a2f8 commit 5a27cca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI-unixish-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
if: matrix.build_gui
7575
run: |
7676
cmake -S . -B cmake.output -G "Unix Makefiles" -DHAVE_RULES=On -DBUILD_TESTS=On -DBUILD_GUI=On -DUSE_QT6=On -DWITH_QCHART=On -DBUILD_TRIAGE=On -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
77-
cmake --build cmake.output -- VERBOSE=1
77+
cmake --build cmake.output -- -j$(nproc)
7878
7979
- name: Run CMake test
8080
run: |

0 commit comments

Comments
 (0)