mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-22 17:28:25 +01:00
Don't cache rebar3 binaries... compiling is less than 2 minutes anyway
This commit is contained in:
parent
2458f55837
commit
ea97be9124
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -108,10 +108,7 @@ jobs:
|
|||||||
if: matrix.rebar == 3
|
if: matrix.rebar == 3
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: |
|
path: ~/.cache/rebar3/
|
||||||
~/.cache/rebar3/
|
|
||||||
_build/default/
|
|
||||||
!_build/default/*dialyzer_warnings
|
|
||||||
key: ${{matrix.otp}}-${{matrix.rebar}}-${{hashFiles('rebar.config')}}
|
key: ${{matrix.otp}}-${{matrix.rebar}}-${{hashFiles('rebar.config')}}
|
||||||
|
|
||||||
- name: Compile
|
- name: Compile
|
||||||
@ -214,9 +211,7 @@ jobs:
|
|||||||
- name: Cache Rebar3
|
- name: Cache Rebar3
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: |
|
path: ~/.cache/rebar3/
|
||||||
~/.cache/rebar3/
|
|
||||||
_build/default/lib/
|
|
||||||
key: ${{matrix.otp}}-${{matrix.rebar}}-${{hashFiles('rebar.config')}}
|
key: ${{matrix.otp}}-${{matrix.rebar}}-${{hashFiles('rebar.config')}}
|
||||||
- name: Prepare libraries
|
- name: Prepare libraries
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user