Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitca8079b

Browse files
authored
Merge pull request#29449 from QuLogic/ci-wx
ci: Install libnotify4 on all Ubuntu
2 parents43424a8 +f6f023e commitca8079b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/tests.yml

Lines 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)

[8]ページ先頭

©2009-2025 Movatter.jp