This commit is contained in:
parent
2a99273016
commit
692461ee68
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install openssl
|
- name: Install openssl
|
||||||
run: sudo apt-get update && sudo apt-get install -y openssl libssl-dev \
|
run:
|
||||||
|
sudo apt-get update && sudo apt-get install -y openssl libssl-dev && \
|
||||||
wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb &&\
|
wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb &&\
|
||||||
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb
|
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue