3000th commit i swear
Some checks failed
Checks / check (push) Failing after 53s

This commit is contained in:
Vladimir Rubin 2024-11-17 19:46:13 +02:00
parent 2a99273016
commit 692461ee68
Signed by: vavakado
GPG key ID: CAB744727F36B524

View file

@ -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