Fix CI libssl1.1
CI / lint_and_test (push) Failing after 13s Details

This commit is contained in:
itqop 2025-07-19 01:21:54 +03:00
parent de6b3ba244
commit 72cc09a8c7
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ jobs:
- name: Install OpenSSL 1.1 compatibility library - name: Install OpenSSL 1.1 compatibility library
run: | run: |
apt-get update wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.22_amd64.deb
apt-get install -y libssl1.1 sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.22_amd64.deb
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4