mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +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
d66bc34995
commit
528c94c48b
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ set -e -x
|
|||
dnf install -y \
|
||||
diffutils \
|
||||
findutils \
|
||||
gawk \
|
||||
gcc \
|
||||
git \
|
||||
gnutls-devel \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue