Fix macOS build

This commit is contained in:
Oleg Kalachev 2024-01-19 05:04:40 +03:00
parent 172f6b173a
commit 9ad718cb85

View File

@ -56,8 +56,15 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Clean up python binaries # Workaround for https://github.com/actions/setup-python/issues/577
run: |
rm -f /usr/local/bin/2to3*
rm -f /usr/local/bin/idle3*
rm -f /usr/local/bin/pydoc3*
rm -f /usr/local/bin/python3*
rm -f /usr/local/bin/python3*-config
- name: Install Gazebo
run: brew tap osrf/simulation && brew install gazebo11
run: brew update && brew tap osrf/simulation && brew install gazebo11
- name: Install SDL2
run: brew install sdl2
- name: Build simulator