Fix kubectl
Some checks failed
Pack and Release / packwizInstall (push) Successful in 33s
Pack and Release / deploy (push) Has been cancelled

Signed-off-by: Balazs Toldi <balazs@toldi.eu>
This commit is contained in:
Balazs Toldi 2024-12-04 08:01:07 +01:00
parent 97eb57ef70
commit c55cb56ae5

View file

@ -34,7 +34,7 @@ jobs:
steps:
- name: Install Dependencies
#run: apk add nodejs git kubectl curl
run: apt-get update && apt-get install -y curl git kubectl nodejs
run: apt-get update && apt-get install -y curl git nodejs && curl -fsSL -o /usr/local/bin/kubectl curl -LO https://dl.k8s.io/release/v1.31.0/bin/linux/amd64/kubectl && chmod +x /usr/local/bin/kubectl
- name: Download mods Artifact
uses: actions/download-artifact@v3
with: