diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a32d3ef..d3935120 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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