A workaround to support older json-c version (0.13) has been
added. Let's build against the system library.
While at it also update the build name to 'nvme-cli CI'.
Signed-off-by: Daniel Wagner <dwagner@suse.de>
-name: libnvme meson CI
+name: nvme-cli meson CI
on:
push:
runs-on: ubuntu-latest
steps:
+ - name: install libraries
+ run: sudo apt-get install libjson-c-dev
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
# - name: install python dependencies