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

This commit is contained in:
itqop 2025-07-19 01:17:31 +03:00
parent 3a24244b2a
commit de6b3ba244
1 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,11 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v3
- name: Install OpenSSL 1.1 compatibility library
run: |
apt-get update
apt-get install -y libssl1.1
- name: Set up Python
uses: actions/setup-python@v4
with: