Update .gitea/workflows/test.yaml

This commit is contained in:
caleb 2025-02-26 23:33:23 -05:00
parent cc60f7bbf8
commit 3ded91d7f8

View file

@ -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