Skip to content

Commit 26bc3d0

Browse files
committed
ci: add install deps for release-plz workflow
1 parent 06da7fa commit 26bc3d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-plz.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
permissions:
1313
contents: write
1414
steps:
15+
- name: Install Linux system dependencies
16+
run: sudo apt-get install libxcb1-dev libdbus-1-dev
1517
- name: Checkout repository
1618
uses: actions/checkout@v4
1719
with:

0 commit comments

Comments
 (0)