Remove verbosity and debug

This commit is contained in:
Oleg Kalachev 2024-12-10 09:36:19 +03:00
parent d46438baaa
commit 09466b1d61

View File

@ -74,7 +74,7 @@ jobs:
rm -f /usr/local/bin/python3* rm -f /usr/local/bin/python3*
rm -f /usr/local/bin/python3*-config rm -f /usr/local/bin/python3*-config
- name: Install Gazebo - 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 - name: Install SDL2
run: brew install sdl2 run: brew install sdl2
- name: Build simulator - name: Build simulator
@ -84,16 +84,16 @@ jobs:
runs-on: macos-15 runs-on: macos-15
steps: steps:
- name: Install Gazebo - 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: install_gz_jetty_macos:
runs-on: macos-15 runs-on: macos-15
steps: steps:
- name: Install Gazebo - 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: install_gz_harmonic_macos:
runs-on: macos-15 runs-on: macos-15
steps: steps:
- name: Install Gazebo - 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