Update CI/CD (include SDL2_ttf lib)
This commit is contained in:
parent
a3e25eb9b0
commit
32f6d24433
|
@ -13,7 +13,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install SDL2 dependencies
|
- name: Install SDL2 dependencies
|
||||||
run: sudo apt update && sudo apt install git libsdl2-dev
|
run: sudo apt update && sudo apt install git libsdl2-dev libsdl2-ttf-dev
|
||||||
|
|
||||||
- name: Snatch source code
|
- name: Snatch source code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
Loading…
Reference in New Issue