Skip to content

Commit

Permalink
ci: install gawk for Fedora based tests
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
adrianreber committed Feb 6, 2025
1 parent d4585a0 commit 215aa4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ci/prepare-for-fedora-rawhide.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set -e -x
dnf install -y \
diffutils \
findutils \
gawk \
gcc \
git \
gnutls-devel \
Expand Down

0 comments on commit 215aa4d

Please sign in to comment.