build: Explicitly install jq package
This commit is contained in:
parent
5ed9698019
commit
b49701b332
@ -105,6 +105,8 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare build environment
|
- name: Prepare build environment
|
||||||
run: |
|
run: |
|
||||||
|
apt-get update && apt-get install -y --no-install-recommends \
|
||||||
|
jq
|
||||||
curl -L https://api.github.com/repos/helm/helm/releases/latest | \
|
curl -L https://api.github.com/repos/helm/helm/releases/latest | \
|
||||||
jq -r '.tag_name' | \
|
jq -r '.tag_name' | \
|
||||||
xargs -I {} curl -L -o /tmp/helm.tar.gz https://get.helm.sh/helm-{}-linux-amd64.tar.gz && \
|
xargs -I {} curl -L -o /tmp/helm.tar.gz https://get.helm.sh/helm-{}-linux-amd64.tar.gz && \
|
||||||
|
Loading…
Reference in New Issue
Block a user