fix(ci): remove rebar3
Some checks failed
Checks / check (push) Failing after 23s

This commit is contained in:
Vladimir Rubin 2024-11-17 19:24:03 +02:00
parent c092c718b0
commit b1e197e88c
Signed by: vavakado
GPG key ID: CAB744727F36B524

View file

@ -21,6 +21,10 @@ jobs:
with: with:
elixir-version: "1.17.x" elixir-version: "1.17.x"
otp-version: "25.x" otp-version: "25.x"
rebar3-version: false
hexpm-mirrors: |
https://builds.hex.pm
https://cdn.jsdelivr.net/hex
- name: Install dependencies - name: Install dependencies
run: mix deps.get run: mix deps.get