fix(ci): repair failing Gitea Actions

This commit is contained in:
2026-06-20 17:20:26 -04:00
parent 0cf5780eb8
commit ff7c9cfb7e
2 changed files with 13 additions and 5 deletions
+3 -1
View File
@@ -13,9 +13,11 @@ jobs:
- uses: actions/checkout@v4
- name: Install kustomize
# The Gitea act runner image runs as root and has no `sudo`, so install
# straight into a writable bin dir instead of `sudo mv … /usr/local/bin`.
run: |
curl -sL "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash
sudo mv kustomize /usr/local/bin/
install -m 0755 kustomize /usr/local/bin/kustomize
- name: kustomize build flux/
run: kustomize build flux/ > /dev/null