mirror of
https://github.com/okalachev/flix.git
synced 2025-07-29 20:38:59 +00:00
Try to debug and fix macos simulation build failure
This commit is contained in:
parent
bb6d5aa2f0
commit
0c59188c6c
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user