From 09466b1d61615f99048f7c6a233b9df1d2a5c423 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Tue, 10 Dec 2024 09:36:19 +0300 Subject: [PATCH] Remove verbosity and debug --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fe24b22..7282fdd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,7 +74,7 @@ jobs: rm -f /usr/local/bin/python3* rm -f /usr/local/bin/python3*-config - name: Install Gazebo - run: brew update && brew tap osrf/simulation && brew install gazebo11 --verbose --debug + run: brew update && brew tap osrf/simulation && brew install gazebo11 - name: Install SDL2 run: brew install sdl2 - name: Build simulator @@ -84,16 +84,16 @@ jobs: runs-on: macos-15 steps: - name: Install Gazebo - run: brew update && brew tap osrf/simulation && brew install gz-ionic --verbose --debug + run: brew update && brew tap osrf/simulation && brew install gz-ionic install_gz_jetty_macos: runs-on: macos-15 steps: - name: Install Gazebo - run: brew update && brew tap osrf/simulation && brew install gz-jetty --verbose --debug + run: brew update && brew tap osrf/simulation && brew install gz-jetty install_gz_harmonic_macos: runs-on: macos-15 steps: - name: Install Gazebo - run: brew update && brew tap osrf/simulation && brew install gz-harmonic --verbose --debug + run: brew update && brew tap osrf/simulation && brew install gz-harmonic