Skip to content

Commit

Permalink
Merge pull request #8088 from qstokkink/fix_missing_gi
Browse files Browse the repository at this point in the history
Added missing Ubuntu package
  • Loading branch information
qstokkink authored Aug 12, 2024
2 parents d7439be + 41a9a2c commit 3240c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 3240c60

Please sign in to comment.