Skip to content

Commit

Permalink
Attempt to fix theme issues
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomHare committed May 20, 2024
1 parent ea8b40f commit 9ee97e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-yad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
- name: Install required packages
run: |
sudo apt-get update
sudo apt-get install autoconf automake intltool libgtk-3-dev libglib2.0-dev libwebkit2gtk-4.0-dev
sudo apt-get install autoconf automake intltool libgtk-3-dev libglib2.0-dev libwebkit2gtk-4.0-dev \
breeze-gtk-theme breeze-icon-theme
- name: Retrieve Yad source code
run: |
Expand Down

0 comments on commit 9ee97e9

Please sign in to comment.