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
|
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:
|
||||||
|
|
Loading…
Reference in a new issue