Try to debug and fix macos simulation build failure

This commit is contained in:
Oleg Kalachev 2024-11-23 19:32:43 +03:00
parent bb6d5aa2f0
commit 0c59188c6c

View File

@ -61,7 +61,7 @@ jobs:
retention-days: 1 retention-days: 1
build_simulator_macos: build_simulator_macos:
runs-on: macos-latest runs-on: macos-14
steps: steps:
- name: Install Arduino CLI - name: Install Arduino CLI
run: brew install arduino-cli run: brew install arduino-cli
@ -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 run: brew update && brew tap osrf/simulation && brew install gazebo11 --verbose --debug
- name: Install SDL2 - name: Install SDL2
run: brew install sdl2 run: brew install sdl2
- name: Build simulator - name: Build simulator