Skip to content

Commit

Permalink
fix: add the apt command to install a compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Nov 28, 2024
1 parent 31bff4d commit 48420d8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,11 @@ allow-dirty = ["msi"]
# Whether to sign macOS executables
macos-sign = true

[dist.dependencies.apt]
musl-tools = { version = "*", targets = ["aarch64-unknown-linux-musl"] }
[workspace.metadata.dist.dependencies.apt]
gcc-aarch64-linux-gnu = { version = '*', targets = [
"aarch64-unknown-linux-gnu",
"aarch64-unknown-linux-musl",
] }

# Package config for `dist`
[package.metadata.dist]
Expand Down

0 comments on commit 48420d8

Please sign in to comment.