mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
Fix rust tests apt-get install (#3933)
This commit is contained in:
parent
5cb84927ea
commit
b637c2f172
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user