Skip to content

Commit 225cd75

Browse files
authored
Added AppIndicator package
1 parent 486fa80 commit 225cd75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
shell: bash
2828
run: |
2929
if [ "$RUNNER_OS" == "Linux" ]; then
30-
sudo apt-get install libcairo-dev libgirepository1.0-dev python3-gi gobject-introspection gir1.2-gtk-3.0
30+
sudo apt-get install libcairo-dev libgirepository1.0-dev python3-gi gobject-introspection gir1.2-gtk-3.0 gir1.2-appindicator3-0.1
3131
fi
3232
python -m pip install packaging pipenv psutil
3333
python setup.py setup

0 commit comments

Comments
 (0)