summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmbills <jason.m.bills@intel.com>2022-12-12 19:41:04 +0300
committerGitHub <noreply@github.com>2022-12-12 19:41:04 +0300
commit2856c9ab56260bdd398de617bf610e4f7334cafd (patch)
treede9cd6bf9a4312ca38c65f68faa41638693237a0
parent5d3013f04f92546951897e87f995f418e6d96ffd (diff)
downloadopenbmc-2856c9ab56260bdd398de617bf610e4f7334cafd.tar.xz
Install lz4
Yocto is complaining about lz4c missing, so try to install it.
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 7c36ade7a..8265447c0 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
- name: Run a multi-line script
run: |
sudo apt update
- sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib build-essential chrpath socat
+ sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib build-essential chrpath socat lz4
sudo apt autoremove
rm -rf build
export TEMPLATECONF=meta-openbmc-mods/meta-wht/conf