diff mbox series

[COMMITTED,2/2] ci: add gawk package

Message ID 20250416033200.62867-2-liwang@redhat.com
State Accepted
Headers show
Series [COMMITTED,1/2] ci: improve package manager support in fedora.sh | expand

Commit Message

Li Wang April 16, 2025, 3:31 a.m. UTC
To get rid of the error from Fedora42 configuration.

CI: https://github.com/wangli5665/ltp/actions/runs/14484013675

Signed-off-by: Li Wang <liwang@redhat.com>
---
 ci/fedora.sh | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/ci/fedora.sh b/ci/fedora.sh
index 2b0701d08..eeacf476c 100755
--- a/ci/fedora.sh
+++ b/ci/fedora.sh
@@ -15,6 +15,7 @@  $yum \
 	automake \
 	make \
 	clang \
+	gawk \
 	gcc \
 	git \
 	findutils \