Skip to content

Commit 8f315f1

Browse files
committed
build: Add libdbus to build default build environment
In order to build all the libnvme-mi we need a libdbus-dev installed. Signed-off-by: Daniel Wagner <[email protected]>
1 parent df62bfb commit 8f315f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/meson.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: install libraries
16-
run: sudo apt-get install libjson-c-dev
16+
run: sudo apt-get install libjson-c-dev libdbus-1-dev
1717
- uses: actions/checkout@v3
1818
- uses: actions/setup-python@v4
1919
with:
@@ -190,7 +190,7 @@ jobs:
190190
runs-on: ubuntu-latest
191191
steps:
192192
- name: install libraries
193-
run: sudo apt-get install libjson-c-dev lcov
193+
run: sudo apt-get install libjson-c-dev libdbus-1-dev lcov
194194
- uses: actions/checkout@v3
195195
- uses: actions/setup-python@v4
196196
with:

0 commit comments

Comments
 (0)