Fix CI libssl1.1
CI / lint_and_test (push) Failing after 4m51s Details

This commit is contained in:
itqop 2025-07-19 01:30:06 +03:00
parent 4926941b3a
commit 2eaa9d5331
1 changed files with 0 additions and 10 deletions

View File

@ -16,16 +16,6 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v3
- name: Install OpenSSL 1.1 compatibility library
run: |
wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.24_amd64.deb
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.24_amd64.deb
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Cache pip
uses: actions/cache@v3
with: