fuck yeah
Some checks failed
Checks / check (push) Failing after 1m3s

This commit is contained in:
Vladimir Rubin 2024-11-17 20:01:33 +02:00
parent 692461ee68
commit 9a327070f5
Signed by: vavakado
GPG key ID: CAB744727F36B524

View file

@ -18,8 +18,8 @@ jobs:
- name: Install openssl
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 &&\
sudo apt-get update && sudo apt-get install -y openssl libssl-dev curl && \
/usr/bin/curl -O 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
- name: Set up Elixir