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 ca8079b

Browse filesBrowse files
authored
Merge pull request #29449 from QuLogic/ci-wx
ci: Install libnotify4 on all Ubuntu
2 parents 43424a8 + f6f023e commit ca8079b
Copy full SHA for ca8079b

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.