Update .gitea/workflows/test.yaml
This commit is contained in:
parent
cc60f7bbf8
commit
3ded91d7f8
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ jobs:
|
|||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- run: apt install libssl-dev -y
|
||||
- run: apt update -y && apt install libssl-dev -y
|
||||
- uses: erlef/setup-beam@v1
|
||||
with:
|
||||
version-file: ./elixir/.tool-versions
|
||||
|
|
Loading…
Add table
Reference in a new issue