Skip to content

Commit 904f573

Browse files
Update ci.yml
1 parent d830065 commit 904f573

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
libglib2.0-dev \
5959
libnotify-dev \
6060
ninja-build \
61-
xfce4-panel \
62-
openbox \
61+
metacity \
62+
gnome-panel \
6363
imagemagick \
6464
gnome-screenshot \
6565
xvfb
@@ -178,9 +178,9 @@ jobs:
178178
XVFB_PID=$!
179179
sleep 2
180180
dbus-run-session -- bash -c '
181-
openbox --config-file /etc/xdg/openbox/rc.xml &
181+
metacity --replace &
182182
WM_PID=$!
183-
xfce4-panel --disable-wm-check &
183+
gnome-panel --replace &
184184
PANEL_PID=$!
185185
sleep 8
186186
./test_tray --gtest_color=yes --gtest_output=xml:test_results.xml

0 commit comments

Comments
 (0)