mirror of
https://github.com/gopher64/gopher64.git
synced 2026-07-11 01:25:20 +02:00
add sdl headers
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user