From 505da717c67d6d15c37542a7134a9897ecbabd7a Mon Sep 17 00:00:00 2001 From: Josh Stoik Date: Thu, 9 Jan 2025 13:23:31 -0800 Subject: [PATCH] ci: GTK dep fix (take 2) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 14fd3bb..1d0d7dc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -48,7 +48,7 @@ jobs: - name: Apt Dependencies run: | sudo apt-get update - sudo apt-get install -y cmake g++ gcc git librust-gdk4-dev librust-gtk4-dev make nasm ninja-build + sudo apt-get install -y cmake g++ gcc git librust-gdk4-dev librust-gtk4-dev libatk1.0-dev make nasm ninja-build - name: Build run: |