fix: with actual install
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-08-03 23:55:22 +02:00
parent 7a984f0692
commit 49a9c9f2d4
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -10,8 +10,8 @@ steps:
path: /drone/src/target/debug
commands:
- set -e
- apt update && apt install -y
- apt install musl-tools pkg-config
- apt update
- apt install musl-tools pkg-config -y
- rustup target add x86_64-unknown-linux-musl
- cargo build --target=x86_64-unknown-linux-musl