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