mirror of
https://github.com/Ty3r0X/funni-square.git
synced 2025-03-09 23:07:28 +00:00
Update CI/CD (include SDL2_ttf lib)
This commit is contained in:
parent
a3e25eb9b0
commit
32f6d24433
2
.github/workflows/c-cpp.yml
vendored
2
.github/workflows/c-cpp.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- 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
|
||||
uses: actions/checkout@v3
|
||||
|
Loading…
Reference in New Issue
Block a user