Skip to content

Commit

Permalink
replace libnotify with libnotify-bin
Browse files Browse the repository at this point in the history
  • Loading branch information
albertotirla committed Mar 2, 2024
1 parent a6e97f6 commit e21da0d
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 libnotify
run: sudo apt -y install at-spi2-core systemd notification-daemon libnotify-bin
- name: test-notifications
run: notify-send "test summary" "test body"
- name: Run tests
Expand Down

0 comments on commit e21da0d

Please sign in to comment.