install sdl2 headers (#11)

This commit is contained in:
Logan McNaughton
2023-10-06 21:05:39 -06:00
committed by GitHub
parent ccbade0c6b
commit 75f3ab713e
+3
View File
@@ -55,6 +55,9 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install sdl2 headers
run: |
brew install sdl2
- name: Update rust
run: |
rustup update