Fix CI libssl1.1
CI / lint_and_test (push) Failing after 13s
Details
CI / lint_and_test (push) Failing after 13s
Details
This commit is contained in:
parent
de6b3ba244
commit
72cc09a8c7
|
@ -18,8 +18,8 @@ jobs:
|
|||
|
||||
- name: Install OpenSSL 1.1 compatibility library
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y libssl1.1
|
||||
wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.22_amd64.deb
|
||||
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.22_amd64.deb
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
|
|
Loading…
Reference in New Issue