Skip to content

Commit 6d89b3e

Browse files
committed
Install keyring deps on ubuntu
1 parent 9387232 commit 6d89b3e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/code_health.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
run-tests:
2424
runs-on: ubuntu-latest
2525
steps:
26+
- name: Install keyring deps
27+
run: |
28+
sudo apt update -y
29+
sudo apt install -y gnome-keyring libdbus-1-dev
30+
2631
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
2732
- uses: actions/checkout@v4
2833
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)