1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 09:49:18 +02:00

CI: don't cache dialyzer output file: when there are several, ln fails

This commit is contained in:
Badlop 2021-06-14 17:19:50 +02:00
parent 4ee10c155d
commit 3ed41e39f6

View file

@ -111,6 +111,7 @@ jobs:
path: | path: |
~/.cache/rebar3/ ~/.cache/rebar3/
_build/default/ _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