Skip to content

Commit 7645d10

Browse files
committed
workflows: Install libjson-c-dev
Since libnvme is able to use the 0.13 version provided by gitlabs CI, let's use it. Signed-off-by: Daniel Wagner <[email protected]>
1 parent 2a3ec9d commit 7645d10

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/meson.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16+
- name: install libraries
17+
run: sudo apt-get install libjson-c-dev
1618
- uses: actions/checkout@v2
1719
- uses: actions/setup-python@v1
1820
- uses: BSFishy/[email protected]

0 commit comments

Comments
 (0)