needs sdl

This commit is contained in:
Jeff Epler 2025-03-22 11:14:17 -05:00
parent 838614e616
commit 60655771ed

View file

@ -23,6 +23,9 @@ jobs:
with:
release: '13.2.Rel1'
- name: install sdl
run: sudo apt update && sudo apt install -y libsdl2-dev
- name: get submodules
run: git submodule update --init --recursive