Add system dependencies installation to run_tests.yml
Some checks failed
Build Simulation and Test / Run All Tests (push) Failing after 8m18s

This commit is contained in:
Sam 2025-11-08 19:48:01 -06:00
parent 2daf5f7b19
commit fa808e691a

View File

@ -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