Skip to content

Commit

Permalink
chore: add more musl related packages
Browse files Browse the repository at this point in the history
  • Loading branch information
frectonz committed Oct 18, 2024
1 parent ca6fab4 commit a296ca2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,6 @@ allow-dirty = ["ci"]
install-path = "CARGO_HOME"

[workspace.metadata.dist.dependencies.apt]
musl = { version = "*", targets = ["x86_64-unknown-linux-musl"] }
musl-tools = { version = "*", targets = ["x86_64-unknown-linux-musl"] }
"g++-multilib" = { version = "*", targets = ["x86_64-unknown-linux-musl"] }

0 comments on commit a296ca2

Please sign in to comment.