We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9b1797 + fe02b3b commit 7bde695Copy full SHA for 7bde695
.github/workflows/tests.yml
@@ -155,6 +155,7 @@ jobs:
155
libffi-dev \
156
libgeos-dev \
157
libgirepository1.0-dev \
158
+ libnotify4 \
159
libsdl2-2.0-0 \
160
libxkbcommon-x11-0 \
161
libxcb-cursor0 \
@@ -178,8 +179,7 @@ jobs:
178
179
if [[ "${{ matrix.os }}" = ubuntu-20.04 ]]; then
180
sudo apt-get install -yy --no-install-recommends libopengl0
181
else # ubuntu-22.04
- sudo apt-get install -yy --no-install-recommends \
182
- gir1.2-gtk-4.0 libnotify4
+ sudo apt-get install -yy --no-install-recommends gir1.2-gtk-4.0
183
fi
184
;;
185
macOS)
0 commit comments