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