Skip to content

fix error running check_licenses

trinity-1686a requested to merge trinity-1686a/arti:fix-license-ci into main

--version was removed from cargo-license in a recent update. We used to use that to detected whether it was installed. It's now always detected as not installed.

Use --help instead (it's the only "do nothing" sub-command left).

Example of a failed job due to that change

Merge request reports

Loading