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:
parent
4ee10c155d
commit
3ed41e39f6
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue