Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
Remove redundant appindicator package
  • Loading branch information
SamJakob authored Jul 4, 2023
1 parent f3c9c2e commit edae796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt update
sudo apt install gcc libgtk-3-dev libappindicator3-dev libwebkit2gtk-4.0-dev libayatana-appindicator3-dev
sudo apt install gcc libgtk-3-dev libayatana-appindicator3-dev libwebkit2gtk-4.0-dev
- name: Checkout
uses: actions/checkout@v2
- name: Set up Go
Expand Down

0 comments on commit edae796

Please sign in to comment.