Skip to content

Commit

Permalink
Replace nonsense keyring unlocking (#28)
Browse files Browse the repository at this point in the history
closes #27
  • Loading branch information
hrantzsch committed Sep 2, 2022
1 parent 44b517d commit f0e4d49
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ jobs:
- name: Build and run tests
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
export DISPLAY=:99.0
eval $(dbus-launch --sh-syntax)
echo '$(whoami)' | gnome-keyring-daemon -r -d --unlock
eval $(DISPLAY=:99.0 dbus-launch --sh-syntax)
echo "somepassword" | gnome-keyring-daemon -r -d --unlock
fi
cmake --build . --target test
Expand Down

0 comments on commit f0e4d49

Please sign in to comment.