add sdl headers

This commit is contained in:
Logan McNaughton
2023-10-06 20:58:35 -06:00
parent 935065a3ad
commit ccbade0c6b
+3
View File
@@ -16,6 +16,9 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install sdl2 headers
run: |
sudo apt -y install libsdl2-dev
- name: Update rust
run: |
rustup update