Skip to content

Commit 3edbddc

Browse files
committed
TEMP: unlock in separate step
1 parent dd5c27c commit 3edbddc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rpc-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,12 @@ jobs:
5050
# this is based on the ci workflow in the keyring crate repo
5151
run: |
5252
echo "starting gnome-keyring"
53-
eval $(gnome-keyring-daemon --components=secrets --start --unlock <<< "foobar")
53+
eval $(gnome-keyring-daemon --components=secrets --start)
5454
echo $GNOME_KEYRING_CONTROL
5555
echo $GNOME_KEYRING_PID
5656
echo $SSH_AUTH_SOCK
57+
echo "unlock gnome-keyring"
58+
gnome-keyring-daemon --unlock <<< "foobar"
5759
5860
# - run: cargo build --features additional-libs
5961
# - run: rustup target add wasm32v1-none

0 commit comments

Comments
 (0)