Skip to content

Commit

Permalink
ci/kwownvar: install all host dependencies
Browse files Browse the repository at this point in the history
otherwise bitbake will throw exceptions

Signed-off-by: Konrad Weihmann <[email protected]>
  • Loading branch information
priv-kweihmann committed Oct 19, 2024
1 parent eeede7f commit f1e9bc6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/knownvar_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install requirements
run: |
sudo apt install gawk wget git diffstat unzip texinfo gcc build-essential \
chrpath socat cpio python3 python3-pip python3-pexpect xz-utils debianutils \
iputils-ping python3-git python3-jinja2 python3-subunit zstd liblz4-tool \
file locales libacl1
sudo locale-gen en_US.UTF-8
- name: Bump known vars for master
run: ${GITHUB_WORKSPACE}/scripts/generate-knownvars master ${GITHUB_WORKSPACE}/oelint_adv/data/master.json
shell: bash
Expand Down

0 comments on commit f1e9bc6

Please sign in to comment.