mirror of
https://github.com/okalachev/flix.git
synced 2025-07-29 04:19:00 +00:00
Fix Docker sim build
This commit is contained in:
parent
1975ed30b4
commit
feb686727b
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -74,7 +74,7 @@ jobs:
|
|||||||
- name: Install Gazebo
|
- name: Install Gazebo
|
||||||
run: curl -sSL http://get.gazebosim.org | sh
|
run: curl -sSL http://get.gazebosim.org | sh
|
||||||
- name: Install SDL2
|
- name: Install SDL2
|
||||||
run: apt-get update && apt-get install libsdl2-dev
|
run: apt-get update && apt-get install libsdl2-dev -y
|
||||||
- name: Build simulator
|
- name: Build simulator
|
||||||
run: make build_simulator
|
run: make build_simulator
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user