8000
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 43424a8 + f6f023e commit ca8079bCopy full SHA for ca8079b
.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 \
@@ -181,8 +182,7 @@ jobs:
181
182
if [[ "${{ matrix.os }}" = ubuntu-20.04 ]]; then
183
sudo apt-get install -yy --no-install-recommends libopengl0
184
else # ubuntu-22.04
- sudo apt-get install -yy --no-install-recommends \
185
- gir1.2-gtk-4.0 libnotify4
+ sudo apt-get install -yy --no-install-recommends gir1.2-gtk-4.0
186
fi
187
;;
188
macOS)
0 commit comments