Skip to content

Commit

Permalink
fix yaml syntax error in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
albertotirla committed Mar 2, 2024
1 parent e714460 commit 74cea1e
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 @@ -40,7 +40,7 @@ jobs:

- name: Install Dependencies
run: sudo apt -y install at-spi2-core systemd notification-daemon libnotify-bin
name: setup_dbus
- name: setup dbus
run: systemctl start dbus-broker
run: eval `dbus-launch --sh-syntax --exit-with-session`
- name: test_notifications
Expand Down

0 comments on commit 74cea1e

Please sign in to comment.