parent
692461ee68
commit
725b8f8374
1 changed files with 2 additions and 2 deletions
|
@ -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 && \
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue