mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
CI: don't cache dialyzer output file: when there are several, ln fails
This commit is contained in:
parent
4ee10c155d
commit
3ed41e39f6
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -111,6 +111,7 @@ jobs:
|
||||
path: |
|
||||
~/.cache/rebar3/
|
||||
_build/default/
|
||||
!_build/default/*dialyzer_warnings
|
||||
key: ${{matrix.otp}}-${{matrix.rebar}}-${{hashFiles('rebar.config')}}
|
||||
|
||||
- name: Compile
|
||||
|
Loading…
Reference in New Issue
Block a user