Install awk to go though "get ubuntu version"
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 16s

This commit is contained in:
2025-06-22 12:49:21 -04:00
parent 526c72dbf0
commit 408f479d97

View File

@@ -30,6 +30,10 @@ jobs:
# !! Add your recipes here
- recipe.yml
steps:
- name: Install some required packages
shell: bash
run: |
sudo dnf install -y gawk
# the build is fully handled by the reusable github action
- name: Build Custom Image
uses: blue-build/github-action@v1.8