Update GitHub workflows to use GTK4 instead of GTK3 dependencies

Co-authored-by: speed47 <218502+speed47@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-09-16 16:18:29 +00:00
parent e14bd3e8ac
commit 5fdbd57ae7
3 changed files with 9 additions and 9 deletions

View File

@@ -52,7 +52,7 @@ jobs:
- name: Build app
run: |
sudo apt-get update && sudo apt-get install -y libglib2.0-dev ghostscript man jq libgtk-3-dev
sudo apt-get update && sudo apt-get install -y libglib2.0-dev ghostscript man jq libgtk-4-dev
./configure --with-werror
nproc && make -j$(nproc)
env: