mirror of
https://github.com/okalachev/flix.git
synced 2025-07-28 20:08:53 +00:00
Update APT before installing libsdl2-dev
This commit is contained in:
parent
42d844287e
commit
1859fca150
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -56,7 +56,7 @@ jobs:
|
||||
- name: Install Gazebo
|
||||
run: curl -sSL http://get.gazebosim.org | sh
|
||||
- name: Install SDL2
|
||||
run: apt-get install libsdl2-dev
|
||||
run: apt-get update && apt-get install libsdl2-dev
|
||||
- name: Build simulator
|
||||
run: make build_simulator
|
||||
- uses: actions/upload-artifact@v4
|
||||
|
Loading…
x
Reference in New Issue
Block a user