Fix macos simulator build

This commit is contained in:
Oleg Kalachev 2024-01-12 18:34:05 +03:00
parent a8cd72e654
commit 654badd097

View File

@ -57,7 +57,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Install Gazebo - name: Install Gazebo
run: brew tap osrf/simulation && brew install gazebo11 && brew link gazebo11 run: 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