Skip to content

Commit

Permalink
chore(deps): add installation script for default feature on x86_64-un…
Browse files Browse the repository at this point in the history
…known-linux-musl

Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Nov 11, 2024
1 parent 171e2aa commit cd26d87
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build-dependencies.just
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
### DEFAULT ###

# Install dependencies for the default feature on x86_64-unknown-linux-musl
install-default-x86_64-unknown-linux-musl:
sudo apt-get update
sudo apt-get install -y musl-tools

0 comments on commit cd26d87

Please sign in to comment.