Add system dependencies installation to run_tests.yml
Some checks failed
Build Simulation and Test / Run All Tests (push) Failing after 8m18s
Some checks failed
Build Simulation and Test / Run All Tests (push) Failing after 8m18s
This commit is contained in:
parent
2daf5f7b19
commit
fa808e691a
@ -18,6 +18,9 @@ jobs:
|
||||
- name: Set up Python
|
||||
run: uv python install
|
||||
|
||||
- name: Install system dependencies
|
||||
run: sudo apt-get update && sudo apt-get install -y libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev
|
||||
|
||||
- name: Install the project
|
||||
run: uv sync --locked --all-extras --dev --link-mode=copy
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user