Skip to content

Commit 317b635

Browse files
committed
test
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 0c96f24 commit 317b635

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ jobs:
5454
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # tag=v5.6.0
5555
with:
5656
python-version: ${{ env.PYTHON_VERSION }}
57+
- name: Setup libssl
58+
run: |
59+
wget https://www.openssl.org/source/openssl-1.1.1c.tar.gz
60+
tar -xzvf openssl-1.1.1c.tar.gz
61+
cd openssl-1.1.1c
62+
./config
63+
make
64+
sudo make install
5765
5866
- name: Build sdks
5967
run: make generate_sdks

0 commit comments

Comments
 (0)