Skip to content

Commit

Permalink
change name of packages because apt fails to find them
Browse files Browse the repository at this point in the history
now, pam-dbus-notify has been replaced by dbus-notify, and notify-send by notify-osd
  • Loading branch information
albertotirla committed Mar 2, 2024
1 parent 12f1886 commit b8c44ad
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 pam-dbus-notify notify-send
run: sudo apt -y install at-spi2-core systemd dbus-notify notify-osd
- name: test-notifications
run: notify-send "test summary" "test body"
- name: Run tests
Expand Down

0 comments on commit b8c44ad

Please sign in to comment.