ci: install gawk for Fedora based tests

Currently Fedora rawhide based CI runs fail with:

 /bin/sh: line 1: awk: command not found

Let's install it.

Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
Adrian Reber 2025-02-06 17:32:48 +01:00 committed by Andrei Vagin
parent d66bc34995
commit 528c94c48b

View file

@ -4,6 +4,7 @@ set -e -x
dnf install -y \
diffutils \
findutils \
gawk \
gcc \
git \
gnutls-devel \