Skip to content

CI: force install cargo audit

Jordan Petridіs requested to merge alatiera/gstreamer-rs:force-audit into master

We are caching $CARGO_HOME in between run, so an arbitrary cargo audit binary might already exist in the environment. Force install it so cargo doesn't complain and our binary is guaranteed "fresh".

Merge request reports