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

Commit a5cf162

Browse files
committed
Fix workflow.
1 parent 6315408 commit a5cf162

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
submodules: recursive
1818
- name: Run apt update
1919
run: sudo apt update
20-
- name: Install LibYAML dependencies
20+
- name: Install dependencies
2121
run: sudo apt install -y cmake pkgconf autoconf libtool
2222
- name: Build JSON-C
2323
run: make jsonc
2424
- name: Install JSON-C
25-
run: make jsonc_install
25+
run: sudo make jsonc_install
2626
- name: Build Common objects
2727
run: make
2828
- name: Install Common files such as config

0 commit comments

Comments
 (0)