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 2b8db7f commit 8002e64Copy full SHA for 8002e64
.github/workflows/ci.yaml
@@ -96,7 +96,9 @@ jobs:
96
key: $test-cache-${{ steps.toolchain.outputs.rustc_hash }}-${{ hashFiles('**/Cargo.lock') }}
97
98
- name: Install gnome-keyring
99
- run: sudo apt-get install -y gnome-keyring
+ run: |
100
+ sudo apt-get update
101
+ sudo apt-get install -y gnome-keyring
102
103
- name: Start gnome-keyring
104
# run gnome-keyring with 'foobar' as password for the login keyring
0 commit comments