fix(ci): install kustomize
Some checks failed
functions / build (push) Failing after 13s

This commit is contained in:
Peter 2025-01-17 13:10:38 +01:00
parent be35a786a9
commit 0b4a25ee73
Signed by: prskr
GPG key ID: F56BED6903BC5E37

View file

@ -16,6 +16,10 @@ jobs:
chmod +x /usr/local/bin/argocd chmod +x /usr/local/bin/argocd
argocd version --client argocd version --client
- name: Setup kustomize
run: |
curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash
- name: Setup Go 1.23.x - name: Setup Go 1.23.x
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with: