Fix docker sim build again

This commit is contained in:
Oleg Kalachev 2025-04-24 19:20:01 +03:00
parent feb686727b
commit 31ac562f67

View File

@ -74,7 +74,7 @@ jobs:
- name: Install Gazebo
run: curl -sSL http://get.gazebosim.org | sh
- name: Install SDL2
run: apt-get update && apt-get install libsdl2-dev -y
run: apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install libsdl2-dev -y
- name: Build simulator
run: make build_simulator
- uses: actions/upload-artifact@v4