build: Explicitly install jq package

This commit is contained in:
Danny Bessems 2024-06-07 00:04:52 +10:00
parent 5ed9698019
commit b49701b332

@ -105,6 +105,8 @@ jobs:
uses: actions/checkout@v4
- name: Prepare build environment
run: |
apt-get update && apt-get install -y --no-install-recommends \
jq
curl -L https://api.github.com/repos/helm/helm/releases/latest | \
jq -r '.tag_name' | \
xargs -I {} curl -L -o /tmp/helm.tar.gz https://get.helm.sh/helm-{}-linux-amd64.tar.gz && \