We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd5c27c commit 3edbddcCopy full SHA for 3edbddc
.github/workflows/rpc-tests.yml
@@ -50,10 +50,12 @@ jobs:
50
# this is based on the ci workflow in the keyring crate repo
51
run: |
52
echo "starting gnome-keyring"
53
- eval $(gnome-keyring-daemon --components=secrets --start --unlock <<< "foobar")
+ eval $(gnome-keyring-daemon --components=secrets --start)
54
echo $GNOME_KEYRING_CONTROL
55
echo $GNOME_KEYRING_PID
56
echo $SSH_AUTH_SOCK
57
+ echo "unlock gnome-keyring"
58
+ gnome-keyring-daemon --unlock <<< "foobar"
59
60
# - run: cargo build --features additional-libs
61
# - run: rustup target add wasm32v1-none
0 commit comments