From 41a9a2c0b39b59edf5865b7313e5ba929b2f0586 Mon Sep 17 00:00:00 2001 From: Quinten Stokkink Date: Mon, 12 Aug 2024 13:45:09 +0200 Subject: [PATCH] Added missing Ubuntu package --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9ec6528997..f1a698f695 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,7 +66,7 @@ jobs: - name: Build Executables (Ubuntu) if: matrix.os == 'ubuntu-latest' run: | - sudo apt-get install -y --allow-downgrades alien cpio=2.13+dfsg-7 devscripts fakeroot gir1.2-gtk-4.0 rpm + sudo apt-get install -y --allow-downgrades alien cpio=2.13+dfsg-7 devscripts fakeroot gir1.2-gtk-4.0 libgirepository1.0-dev rpm ./build/debian/makedist_debian.sh - name: Build Executables (MacOS-12) if: matrix.os == 'macos-12'