fixup! fix(actions): install curl into the runner before running k3d install script
Some checks failed
/ validate (push) Failing after 15m5s
Some checks failed
/ validate (push) Failing after 15m5s
This commit is contained in:
parent
ccb98da243
commit
6a7619406d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue