Skip to content

Commit

Permalink
Add GTK dependency required for status icons.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Aug 15, 2024
1 parent f59387b commit fb00c0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@ jobs:
pre-command: |
sudo apt update -y
sudo apt install -y --no-install-recommends \
blackbox pkg-config python3-dev libgirepository1.0-dev libcairo2-dev gir1.2-webkit2-4.1
blackbox pkg-config python3-dev libgirepository1.0-dev libcairo2-dev \
gir1.2-webkit2-4.1 gir1.2-ayatanaappindicator3-0.1
# Start Virtual X Server
echo "Start X server..."
Expand Down

0 comments on commit fb00c0d

Please sign in to comment.