mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
ci(build): add default feature deps
Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
This commit is contained in:
parent
9ddeb25180
commit
ebff5ef27e
@ -1,3 +1,12 @@
|
||||
### 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
|
||||
|
||||
### MOUNT ###
|
||||
|
||||
# Install dependencies for the mount feature on x86_64-unknown-linux-gnu
|
||||
install-mount-x86_64-unknown-linux-gnu:
|
||||
sudo apt-get update
|
||||
|
||||
Loading…
Reference in New Issue
Block a user