Fix CI libssl1.1
CI / lint_and_test (push) Failing after 25s
Details
CI / lint_and_test (push) Failing after 25s
Details
This commit is contained in:
parent
3a24244b2a
commit
de6b3ba244
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue