Skip to content

Commit c2db3be

Browse files
Update ci.yml
1 parent f3296c0 commit c2db3be

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ jobs:
5555
cmake \
5656
${{ matrix.appindicator }} \
5757
dbus-x11 \
58+
gnome-screenshot \
59+
gnome-panel \
60+
imagemagick \
5861
libglib2.0-dev \
5962
libnotify-dev \
63+
metacity \
6064
ninja-build \
61-
marco \
62-
mate-panel \
63-
imagemagick \
64-
gnome-screenshot \
6565
xvfb
6666
6767
- name: Setup Dependencies macOS
@@ -178,9 +178,9 @@ jobs:
178178
XVFB_PID=$!
179179
sleep 2
180180
dbus-run-session -- bash -c '
181-
marco &
181+
metacity &
182182
WM_PID=$!
183-
mate-panel &
183+
gnome-panel &
184184
PANEL_PID=$!
185185
sleep 8
186186
./test_tray --gtest_color=yes --gtest_output=xml:test_results.xml

0 commit comments

Comments
 (0)