This commit is contained in:
parent
83170aab77
commit
ee49eb89d6
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install openssl
|
||||
run: sudo apt-get update && sudo apt-get install -y openssl openssl-1
|
||||
run: sudo apt-get update && sudo apt-get install -y openssl libssl-dev
|
||||
|
||||
- name: Set up Elixir
|
||||
uses: erlef/setup-beam@v1
|
||||
|
|
Loading…
Reference in a new issue