Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f6f023e

Browse filesBrowse files
committed
ci: Install libnotify4 on all Ubuntu
Whatever used to require it seems to have dropped it, causing issues with wxPython on Ubuntu 20.04 now.
1 parent 43424a8 commit f6f023e
Copy full SHA for f6f023e

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎.github/workflows/tests.yml

Copy file name to clipboardExpand all lines: .github/workflows/tests.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ jobs:
155155
libffi-dev \
156156
libgeos-dev \
157157
libgirepository1.0-dev \
158+
libnotify4 \
158159
libsdl2-2.0-0 \
159160
libxkbcommon-x11-0 \
160161
libxcb-cursor0 \
@@ -181,8 +182,7 @@ jobs:
181182
if [[ "${{ matrix.os }}" = ubuntu-20.04 ]]; then
182183
sudo apt-get install -yy --no-install-recommends libopengl0
183184
else # ubuntu-22.04
184-
sudo apt-get install -yy --no-install-recommends \
185-
gir1.2-gtk-4.0 libnotify4
185+
sudo apt-get install -yy --no-install-recommends gir1.2-gtk-4.0
186186
fi
187187
;;
188188
macOS)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.