Skip to content

Commit

Permalink
Update Workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
gamemann committed Apr 22, 2024
1 parent 013049e commit ba76b97
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ jobs:
- name: Run apt update
run: sudo apt update
- name: Install LibYAML dependencies
run: sudo apt install -y autoconf libtool
- name: Build LibYAML
run: sudo make libyaml
run: sudo apt install -y cmake pkgconf autoconf libtool
- name: Build JSON-C
run: make jsonc
- name: Install JSON-C
run: make jsonc_install
- name: Build Common objects
run: make
- name: Install Common files such as config
Expand Down

0 comments on commit ba76b97

Please sign in to comment.