fix(actions): install curl into the runner before running k3d install script
Some checks failed
/ validate (push) Has been cancelled
Some checks failed
/ validate (push) Has been cancelled
This commit is contained in:
parent
15bee50699
commit
b2d8c623f2
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue