feat: add musl tools
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-07-24 10:45:47 +02:00
parent ef0638087a
commit 809c93f529
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -35,7 +35,7 @@ steps:
from_secret: gitea_id_ed25519
commands:
- set -eu
- apt update && apt install -y libssl-dev pkg-config openssl
- apt update && apt install -y libssl-dev pkg-config openssl musl-tools
- eval `ssh-agent`
- mkdir -p ~/.ssh
- echo "$SSH_KEY" | base64 -d > ~/.ssh/id_ed25519