Revert "be verbose"
This reverts commit 7118b28d7ac17b9b67ab4e30d8bee278b36e8092.
This commit is contained in:
parent
59ed95c004
commit
90d35e64c5
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
@ -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'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user