We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 486fa80 commit 225cd75Copy full SHA for 225cd75
.github/workflows/test-build.yml
@@ -27,7 +27,7 @@ jobs:
27
shell: bash
28
run: |
29
if [ "$RUNNER_OS" == "Linux" ]; then
30
- sudo apt-get install libcairo-dev libgirepository1.0-dev python3-gi gobject-introspection gir1.2-gtk-3.0
+ sudo apt-get install libcairo-dev libgirepository1.0-dev python3-gi gobject-introspection gir1.2-gtk-3.0 gir1.2-appindicator3-0.1
31
fi
32
python -m pip install packaging pipenv psutil
33
python setup.py setup
0 commit comments