mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-29 13:28:27 +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 \
|
dnf install -y \
|
||||||
diffutils \
|
diffutils \
|
||||||
findutils \
|
findutils \
|
||||||
|
gawk \
|
||||||
gcc \
|
gcc \
|
||||||
git \
|
git \
|
||||||
gnutls-devel \
|
gnutls-devel \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user