Revert "be verbose"

This reverts commit 7118b28d7ac17b9b67ab4e30d8bee278b36e8092.
This commit is contained in:
Viktor Szakats 2025-02-25 15:45:20 +01:00
parent 59ed95c004
commit 90d35e64c5
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -676,9 +676,9 @@ jobs:
run: |
PATH="$HOME/opt/mingw32ce/bin:$PATH"
if [ '${{ matrix.build }}' = 'cmake' ]; then
cmake --build bld --target testdeps --verbose
cmake --build bld --target testdeps
else
make -j5 -C bld -C tests V=1
make -j5 -C bld -C tests
fi
- name: 'build examples'