Skip to content

Commit

Permalink
Fix workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
gamemann committed Apr 22, 2024
1 parent 6315408 commit a5cf162
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
submodules: recursive
- name: Run apt update
run: sudo apt update
- name: Install LibYAML dependencies
- name: Install dependencies
run: sudo apt install -y cmake pkgconf autoconf libtool
- name: Build JSON-C
run: make jsonc
- name: Install JSON-C
run: make jsonc_install
run: sudo make jsonc_install
- name: Build Common objects
run: make
- name: Install Common files such as config
Expand Down

0 comments on commit a5cf162

Please sign in to comment.