ci(build): add default feature deps

Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
This commit is contained in:
simonsan 2024-11-10 20:42:04 +01:00
parent 9ddeb25180
commit ebff5ef27e
No known key found for this signature in database
GPG Key ID: E11D13668EC3B71B

View File

@ -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