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

Commit 45d2d10

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
eval $(dbus-launch -- sh);
6767
echo "Unlocking the keyring..."
6868
eval $(echo -n "" | /usr/bin/gnome-keyring-daemon --unlock)
69+
eval $(/usr/bin/gnome-keyring-daemon --components=secrets --start)
6970
echo "Create a test key using script..."
7071
python -c "import keyring;keyring.set_password('system', 'login', '');"
7172
npm test

0 commit comments

Comments
 (0)