ci: add which dependency in dnf packages

which is used in Makefiles to check for dependencies:

Example:
export USE_ASCIIDOCTOR ?= $(shell which asciidoctor 2>/dev/null)

Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
Radostin Stoyanov 2025-10-21 12:49:00 +01:00 committed by Andrei Vagin
parent e345afabfe
commit 57251d8115

View file

@ -37,4 +37,5 @@ dnf install -y \
python3-setuptools \ python3-setuptools \
python3-wheel \ python3-wheel \
rubygem-asciidoctor \ rubygem-asciidoctor \
which \
xmlto xmlto