Added openssl
Some checks failed
Pack and Release / packwizInstall (push) Successful in 32s
Pack and Release / deploy (push) Failing after 20s

Signed-off-by: Balazs Toldi <balazs@toldi.eu>
This commit is contained in:
Balazs Toldi 2024-12-04 11:29:14 +01:00
parent 7384bdf551
commit 5715e3a7b2

View file

@ -27,7 +27,7 @@ jobs:
image: alpine image: alpine
steps: steps:
- name: Install Dependencies - name: Install Dependencies
run: apk add nodejs git kubectl curl bash run: apk add nodejs git kubectl curl bash openssl
- name: Download mods Artifact - name: Download mods Artifact
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
with: with: