fix(actions): switch k3d installation from sh to bash
Some checks failed
/ validate (push) Has been cancelled

This commit is contained in:
jad0s 2026-05-20 10:41:07 +02:00
parent 0a806d8620
commit 15bee50699

View file

@ -26,7 +26,8 @@ jobs:
./manifests/
- name: Install k3d
run: |
wget -O- https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | sh
wget -O /tmp/k3d-install.sh https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh
bash /tmp/k3d-install.sh
- name: Create test cluster
run: |