Skip to content

Commit

Permalink
chore(ci): install missing library
Browse files Browse the repository at this point in the history
  • Loading branch information
ncarlier committed Jan 25, 2025
1 parent ce2563f commit 6b1f451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: install dependencies
run: |
sudo apt-get update
sudo apt-get -y install libgtk-3-dev libappindicator3-dev libwebkit2gtk-4.0-dev
sudo apt-get -y install libgtk-3-dev libappindicator3-dev libwebkit2gtk-4.0-dev libayatana-appindicator3-dev
- run: make build test

# Create project release if tagged
Expand All @@ -43,7 +43,7 @@ jobs:
- name: install dependencies
run: |
sudo apt-get update
sudo apt-get -y install libgtk-3-dev libappindicator3-dev libwebkit2gtk-4.0-dev
sudo apt-get -y install libgtk-3-dev libappindicator3-dev libwebkit2gtk-4.0-dev libayatana-appindicator3-dev
- run: make distribution
- name: get CHANGELOG
id: changelog
Expand Down

0 comments on commit 6b1f451

Please sign in to comment.