CI: Remove syntax_tools from release, as fast_xml throws many dialyzer errors

This commit is contained in:
Badlop 2022-08-12 11:10:29 +02:00
parent b3c8d25104
commit 8eb58060f8
1 changed files with 3 additions and 0 deletions

View File

@ -69,6 +69,9 @@ jobs:
sqlite3, stringprep, stun, xmpp, yconf]} ]}.' >>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
uses: actions/cache@v3
with: