From 32f6d24433a8ebe5f58f4a3431aae440d8c04c84 Mon Sep 17 00:00:00 2001 From: Ty3r0X <35379582+Ty3r0X@users.noreply.github.com> Date: Wed, 3 Jan 2024 16:12:18 +0000 Subject: [PATCH] Update CI/CD (include SDL2_ttf lib) --- .github/workflows/c-cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 69e3f69..4a389e3 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -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