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:
parent
d4585a024d
commit
48d0910a45
@ -4,6 +4,7 @@ set -e -x
|
||||
dnf install -y \
|
||||
diffutils \
|
||||
findutils \
|
||||
gawk \
|
||||
gcc \
|
||||
git \
|
||||
gnutls-devel \
|
||||
|
Loading…
x
Reference in New Issue
Block a user