mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-18 20:02:36 +08:00
Add cyclonedx (#1000)
Also improve check that gnu binaries are not needed if musl exists.
This commit is contained in:
@@ -562,7 +562,6 @@ fn main() -> Result<()> {
|
||||
.values()
|
||||
.any(|m| matches!(m, ManifestRef::Real(m) if m.download_info.contains_key(&p)))
|
||||
{
|
||||
// TODO: better error message: https://github.com/taiki-e/install-action/pull/411
|
||||
bail!(
|
||||
"platform list in base manifest for {package} contains {p:?}, \
|
||||
but result manifest doesn't contain it; \
|
||||
|
||||
Reference in New Issue
Block a user