From 1c3eb804d7dce3b9d8487a1fb1d6eccc37ed0b1c Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 25 Feb 2025 14:55:07 +0100 Subject: [PATCH] be verbose --- .github/workflows/windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 04bbc333da..9a41ffd6a7 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -674,9 +674,9 @@ jobs: run: | PATH="$HOME/opt/mingw32ce/bin:$PATH" if [ '${{ matrix.build }}' = 'cmake' ]; then - cmake --build bld --target testdeps + cmake --build bld --target testdeps --verbose else - make -j5 -C bld -C tests + make -j5 -C bld -C tests V=1 fi - name: 'build examples'