Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
7a984f0692
commit
49a9c9f2d4
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user