Skip to content

Makefile: download yq from a release before use

Martin Roukala requested to merge mupuf/ci-tron:makefile_yq into main

We are expecting a very special version of yq (the go version, not the python one) which just happens to be very easy to deploy.

So let's download the needed binary and use it rather than depending on the host-provided's yq.

Merge request reports