Hello guys, has anyone ever encountered this kind error with yamerl ?. I’m trying to setup a CD, but I’m having trouble with the following output:
...
* Getting meck (Hex package)
* Getting bunt (Hex package)
===> Compiling parse_trans
===> Compiling mimerl
===> Compiling yamerl
##[error]/home/runner/work/podnation/podnation/deps/yamerl/include/internal/yamerl_constr.hrl:45: Warning: record unfinished_node has field(s) without type information
##[error]/home/runner/work/podnation/podnation/deps/yamerl/include/internal/yamerl_constr.hrl:52: Warning: record node_anchor has field(s) without type information
...
Yeah, warnings as errors should not affect building of dependencies. But it was not clear for me what is actually the problem, therefore I just suggested to try.
Thank for the help, it has been solved. Apparently someone added a wrong configuration that could not be handled by the CI runner. Thanks again for checking this issue.