Skip to content

Commit 18e2ca3

Browse files
committed
CI: depend on libjson-c-dev
This is a dependency of the newly imported sscregistrygen. Signed-off-by: Richard Acayan <mailingradian@gmail.com>
1 parent ffca609 commit 18e2ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Dependencies
2222
run: |
2323
sudo apt update
24-
sudo apt install -y meson ninja-build
24+
sudo apt install -y meson ninja-build libjson-c-dev
2525
2626
- name: build
2727
run: |

0 commit comments

Comments
 (0)