From 9e9911dc15e9b68ac33816b31588debce257ecc8 Mon Sep 17 00:00:00 2001 From: Rai <56082069+raicool@users.noreply.github.com> Date: Thu, 17 Aug 2023 01:05:55 -0400 Subject: [PATCH] add gtk --- .github/workflows/cmake-single-platform.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index 335ea76..9f85ef1 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -25,6 +25,7 @@ jobs: run: | sudo apt-get install libsdl2-dev sudo apt-get install libsdl2-image-dev + sudo apt-get install libgtk-4-dev - uses: actions/checkout@v3 with: