fixup! fix(actions): install curl into the runner before running k3d install script
Some checks failed
/ validate (push) Failing after 15m5s

This commit is contained in:
jad0s 2026-05-20 11:55:35 +02:00
parent ccb98da243
commit 6a7619406d

View file

@ -26,7 +26,7 @@ jobs:
./manifests/ ./manifests/
- name: Install k3d - name: Install k3d
run: | run: |
wget -O /usr/local/bin/k3d https://github.com/k3d-io/releases/download/v5.7.4/k3d-linux-amd64 wget -O /usr/local/bin/k3d https://github.com/k3d-io/k3d/releases/download/v5.7.4/k3d-linux-amd64
chmod +x /usr/local/bin/k3d chmod +x /usr/local/bin/k3d
- name: Create test cluster - name: Create test cluster