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 6860181474
commit afcfcd3bf6

View file

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