Update CI/CD (include SDL2_ttf lib)

This commit is contained in:
Ty3r0X 2024-01-03 16:12:18 +00:00 committed by GitHub
parent a3e25eb9b0
commit 32f6d24433
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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