ci: cache dialyzer plt
This commit is contained in:
parent
ac65ce2947
commit
f21d012532
|
@ -69,6 +69,11 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
path: source
|
path: source
|
||||||
|
- uses: actions/cache@v3
|
||||||
|
id: cache
|
||||||
|
with:
|
||||||
|
path: "$HOME/.cache/rebar3/rebar3_${{ matrix.otp }}_plt"
|
||||||
|
key: rebar3-dialyzer-plt-${{ matrix.otp }}
|
||||||
- name: get_all_deps
|
- name: get_all_deps
|
||||||
working-directory: source
|
working-directory: source
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue