diff --git a/.github/workflows/run_ci.yml b/.github/workflows/run_ci.yml index 7dbd0ae..f86cbc0 100644 --- a/.github/workflows/run_ci.yml +++ b/.github/workflows/run_ci.yml @@ -43,6 +43,10 @@ jobs: with: name: secret-detection-results path: gitleaks.json + - name: Install OpenSSL 1.1 + run: | + wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb + sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb build: