Skip to content

Commit

Permalink
install missing libnotify4 lib
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Jan 12, 2025
1 parent 5a4a1a8 commit eda1f28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ jobs:
sudo apt-get install x11-apps x11-utils
sudo apt-get install lwm fvwm
sudo apt-get install xvfb
sudo apt-get install libpulse0
sudo apt-get install libpulse0 libnotify4
- name: show installed font packages
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/screens_only_for_nightly_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
sudo apt-get install x11-apps x11-utils
sudo apt-get install lwm fvwm
sudo apt-get install xvfb
sudo apt-get install libpulse0
sudo apt-get install libpulse0 libnotify4
- name: show installed font packages
run: |
Expand Down

0 comments on commit eda1f28

Please sign in to comment.