fix: add openssl to install tools

This commit is contained in:
2026-06-18 01:12:56 +02:00
parent 016f526251
commit b5f0800ab9
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
steps:
- name: Install tools
run: |
apk add --no-cache curl bash git openssh-client
apk add --no-cache curl bash git openssh-client openssl
curl -fsSL https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
curl -LO "https://dl.k8s.io/release/$(curl -Ls https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
chmod +x kubectl && mv kubectl /usr/local/bin/