mirror of
https://github.com/rust-lang/cargo.git
synced 2026-01-17 16:51:21 +00:00
### What does this PR try to resolve? Noticed `CARGO_SBOM_PATH` was being set when playing around with artifact-deps. I could have gated the env by whether the nightly feature was enabled but figured it would be better to not set if it there aren't SBOMs. ### How to test and review this PR?