mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-20 17:27:00 +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
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: |
|
||||
~/.cache/rebar3/
|
||||
_build/default/
|
||||
!_build/default/*dialyzer_warnings
|
||||
path: ~/.cache/rebar3/
|
||||
key: ${{matrix.otp}}-${{matrix.rebar}}-${{hashFiles('rebar.config')}}
|
||||
|
||||
- name: Compile
|
||||
@ -214,9 +211,7 @@ jobs:
|
||||
- name: Cache Rebar3
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: |
|
||||
~/.cache/rebar3/
|
||||
_build/default/lib/
|
||||
path: ~/.cache/rebar3/
|
||||
key: ${{matrix.otp}}-${{matrix.rebar}}-${{hashFiles('rebar.config')}}
|
||||
- name: Prepare libraries
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user