1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

Fix rust tests apt-get install (#3933)

This commit is contained in:
Michał Chęciński
2022-10-31 14:29:41 +01:00
committed by GitHub
parent 5cb84927ea
commit b637c2f172

View File

@@ -70,7 +70,9 @@ jobs:
steps:
- name: Install gnome-keyring
if: ${{ matrix.os=='ubuntu-latest' }}
run: sudo apt-get install -y gnome-keyring dbus-x11
run: |
sudo apt-get update
sudo apt-get install -y gnome-keyring dbus-x11
- name: Checkout repo
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846