24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-08 21:43:07 +02:00

Don't cache rebar3 binaries... compiling is less than 2 minutes anyway

This commit is contained in:
Badlop 2021-06-21 11:26:52 +02:00
parent 2458f55837
commit ea97be9124

View File

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