Skip to content

Commit f4e5f88

Browse files
yshingclaude
andcommitted
Fix CI: install libdbus-1-dev for keyring crate on Linux
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent d7bd563 commit f4e5f88

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v6
13+
- run: sudo apt-get install -y libdbus-1-dev
1314
- uses: actions/cache@v4
1415
with:
1516
path: |

0 commit comments

Comments
 (0)