CI: Remove syntax_tools from release, as fast_xml throws many dialyzer errors
This commit is contained in:
parent
b3c8d25104
commit
8eb58060f8
|
@ -69,6 +69,9 @@ jobs:
|
||||||
sqlite3, stringprep, stun, xmpp, yconf]} ]}.' >>rebar.config
|
sqlite3, stringprep, stun, xmpp, yconf]} ]}.' >>rebar.config
|
||||||
echo '{ct_extra_params, "-verbosity 20"}.' >>rebar.config
|
echo '{ct_extra_params, "-verbosity 20"}.' >>rebar.config
|
||||||
|
|
||||||
|
- name: Remove syntax_tools from release
|
||||||
|
run: sed -i 's|, syntax_tools||g' src/ejabberd.app.src.script
|
||||||
|
|
||||||
- name: Cache rebar
|
- name: Cache rebar
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue