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
1 changed files with 2 additions and 7 deletions

View File

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