ci: add missing awk dependency

This commit is contained in:
Maxwell G 2025-05-31 16:40:18 -05:00
commit 0450f8f873
Signed by: gotmax23
GPG key ID: F79E4E25E8C661F8
5 changed files with 5 additions and 0 deletions

View file

@ -6,6 +6,7 @@
image: fedora/41
packages:
- awk
- python3-pytest
- python3-pyyaml
- redhat-rpm-config

View file

@ -6,6 +6,7 @@
image: fedora/42
packages:
- awk
- python3-pytest
- python3-pyyaml
- redhat-rpm-config

View file

@ -6,6 +6,7 @@
image: rockylinux/9
packages:
- awk
- python3-pytest
- python3-pyyaml
- redhat-rpm-config

View file

@ -5,6 +5,7 @@
image: fedora/rawhide
packages:
- awk
- pipx
- nox
- python3-pytest

View file

@ -6,6 +6,7 @@
image: @@IMAGE@@
packages:
- awk
- python3-pytest
- python3-pyyaml
- redhat-rpm-config