needs sdl
This commit is contained in:
parent
838614e616
commit
60655771ed
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue