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'