fix(actions): install curl into the runner before running k3d install script
Some checks failed
/ validate (push) Has been cancelled

This commit is contained in:
jad0s 2026-05-20 11:40:33 +02:00
parent 15bee50699
commit b2d8c623f2

View file

@ -27,6 +27,7 @@ jobs:
- name: Install k3d
run: |
wget -O /tmp/k3d-install.sh https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh
apk add curl
bash /tmp/k3d-install.sh
- name: Create test cluster