From a5cf162ff3d41dd34d260767fa785eed78490ec4 Mon Sep 17 00:00:00 2001 From: Christian Deacon Date: Sun, 21 Apr 2024 23:49:38 -0400 Subject: [PATCH] Fix workflow. --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b0a148b..e91a2d5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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