mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Runtime: Fix step name
This commit is contained in:
parent
7755fcc846
commit
b4a917db09
1 changed files with 1 additions and 1 deletions
2
.github/workflows/runtime.yml
vendored
2
.github/workflows/runtime.yml
vendored
|
@ -80,7 +80,7 @@ jobs:
|
||||||
~/.cache/rebar3/
|
~/.cache/rebar3/
|
||||||
key: ${{matrix.otp}}-${{hashFiles('rebar.config')}}
|
key: ${{matrix.otp}}-${{hashFiles('rebar.config')}}
|
||||||
|
|
||||||
- name: Get compatible Rebar binaries
|
- name: Unlock eredis dependency
|
||||||
if: matrix.rebar == 'rebar3' && matrix.otp < 21
|
if: matrix.rebar == 'rebar3' && matrix.otp < 21
|
||||||
run: rebar3 unlock eredis
|
run: rebar3 unlock eredis
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue