Skip to content

Commit

Permalink
change the package to the one which actually contains notify-send, di…
Browse files Browse the repository at this point in the history
…dn't know ubuntu packages it in libnotify
  • Loading branch information
albertotirla committed Mar 2, 2024
1 parent 823b708 commit a6e97f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
target: ${{ matrix.target }}

- name: Install Dependencies
run: sudo apt -y install at-spi2-core systemd notification-daemon notify-osd
run: sudo apt -y install at-spi2-core systemd notification-daemon libnotify
- name: test-notifications
run: notify-send "test summary" "test body"
- name: Run tests
Expand Down

0 comments on commit a6e97f6

Please sign in to comment.