Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit c138cfe

Browse files
committed
Another attempt to fix Linux CI
1 parent 45d2d10 commit c138cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
- run: |
6565
echo "Initialize dbus..."
66-
eval $(dbus-launch -- sh);
66+
eval $(dbus-run-session -- sh);
6767
echo "Unlocking the keyring..."
6868
eval $(echo -n "" | /usr/bin/gnome-keyring-daemon --unlock)
6969
eval $(/usr/bin/gnome-keyring-daemon --components=secrets --start)

0 commit comments

Comments
 (0)