Skip to content

Commit

Permalink
yocto-check-layer.yml: fix to run with ubuntu 24.04.
Browse files Browse the repository at this point in the history
(cherry picked from commit cc07e7d)
  • Loading branch information
thomas-roos committed Jan 20, 2025
1 parent b03821f commit ec68406
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/yocto-check-layer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:
# this is deprecated, but replacement does not seem to work now?
echo "::set-output name=release_name::$release_name"
- name: install required packages to run yocto-check-layer
run: |
run: |
sudo apt-get -y install gawk wget git diffstat unzip texinfo gcc build-essential chrpath socat cpio python3 xz-utils zstd liblz4-tool locales
echo "en_US.UTF-8 UTF-8" | sudo tee --append /etc/locale.gen
sudo locale-gen
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
- name: checkout meta-aws branch to test
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit ec68406

Please sign in to comment.