]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
workflows: Install libjson-c-dev
authorDaniel Wagner <dwagner@suse.de>
Wed, 17 Nov 2021 13:17:38 +0000 (14:17 +0100)
committerDaniel Wagner <dwagner@suse.de>
Thu, 18 Nov 2021 09:24:51 +0000 (10:24 +0100)
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>
.github/workflows/meson.yml

index 956f4fa77a77f1b425654a1ce4dd2c3780044cc7..d2d11a7053df971b71a6be69d98d5c9d6fb3e7b9 100644 (file)
@@ -1,4 +1,4 @@
-name: libnvme meson CI
+name: nvme-cli meson CI
 
 on:
   push:
@@ -13,6 +13,8 @@ jobs:
     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