mirror of
https://github.com/bitwarden/browser
synced 2025-01-14 11:29:52 +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:
|
steps:
|
||||||
- name: Install gnome-keyring
|
- name: Install gnome-keyring
|
||||||
if: ${{ matrix.os=='ubuntu-latest' }}
|
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
|
- name: Checkout repo
|
||||||
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
|
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
|
||||||
|
Loading…
Reference in New Issue
Block a user