Skip to content

Commit 34fb109

Browse files
committed
ci: Install GTK4 gir on Ubuntu 24.04 as well
1 parent e8ee279 commit 34fb109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ jobs:
115115
fonts-wqy-zenhei \
116116
gdb \
117117
gir1.2-gtk-3.0 \
118+
gir1.2-gtk-4.0 \
118119
graphviz \
119120
inkscape \
120121
language-pack-de \
@@ -150,7 +151,6 @@ jobs:
150151
fi
151152
if [[ "${{ matrix.os }}" = ubuntu-22.04 ]]; then
152153
sudo apt-get install -yy --no-install-recommends \
153-
gir1.2-gtk-4.0 \
154154
libgirepository1.0-dev
155155
else # ubuntu-24.04
156156
sudo apt-get install -yy --no-install-recommends \

0 commit comments

Comments
 (0)