We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eafc58f commit 996736dCopy full SHA for 996736d
1 file changed
.github/workflows/tests.yml
@@ -115,6 +115,7 @@ jobs:
115
fonts-wqy-zenhei \
116
gdb \
117
gir1.2-gtk-3.0 \
118
+ gir1.2-gtk-4.0 \
119
graphviz \
120
inkscape \
121
language-pack-de \
@@ -150,7 +151,6 @@ jobs:
150
151
fi
152
if [[ "${{ matrix.os }}" = ubuntu-22.04 ]]; then
153
sudo apt-get install -yy --no-install-recommends \
- gir1.2-gtk-4.0 \
154
libgirepository1.0-dev
155
else # ubuntu-24.04
156
0 commit comments