mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-21 09:05:10 -07:00
remove verbose logging
This commit is contained in:
parent
c9d5e4ebba
commit
afbf303a4e
1 changed files with 1 additions and 1 deletions
|
|
@ -284,7 +284,7 @@ echo "::endgroup::"
|
|||
# Build
|
||||
echo "::group::Build project"
|
||||
echo "Running CMake with these build flags: ${buildflags[*]}"
|
||||
cmake --build . --verbose "${buildflags[@]}"
|
||||
cmake --build . "${buildflags[@]}"
|
||||
echo "::endgroup::"
|
||||
|
||||
if [[ $USE_CCACHE == "1" ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue