Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Commit ba76b97

Browse files
committed
Update Workflow.
1 parent 013049e commit ba76b97

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ jobs:
1818
- name: Run apt update
1919
run: sudo apt update
2020
- name: Install LibYAML dependencies
21-
run: sudo apt install -y autoconf libtool
22-
- name: Build LibYAML
23-
run: sudo make libyaml
21+
run: sudo apt install -y cmake pkgconf autoconf libtool
22+
- name: Build JSON-C
23+
run: make jsonc
24+
- name: Install JSON-C
25+
run: make jsonc_install
2426
- name: Build Common objects
2527
run: make
2628
- name: Install Common files such as config

0 commit comments

Comments
 (0)