2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 01:51:51 +00:00

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 d4585a024d
commit 48d0910a45

View File

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