Added openssl
Signed-off-by: Balazs Toldi <balazs@toldi.eu>
This commit is contained in:
parent
7384bdf551
commit
5715e3a7b2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
image: alpine
|
||||
steps:
|
||||
- name: Install Dependencies
|
||||
run: apk add nodejs git kubectl curl bash
|
||||
run: apk add nodejs git kubectl curl bash openssl
|
||||
- name: Download mods Artifact
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue