Skip to content

Commit 215aa4d

Browse files
committed
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>
1 parent d4585a0 commit 215aa4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/ci/prepare-for-fedora-rawhide.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ set -e -x
44
dnf install -y \
55
diffutils \
66
findutils \
7+
gawk \
78
gcc \
89
git \
910
gnutls-devel \

0 commit comments

Comments
 (0)