From 43780b28cb91442a330b4e231ca08c4ef3b4ca3f Mon Sep 17 00:00:00 2001 From: kjuulh Date: Mon, 24 Jul 2023 10:50:09 +0200 Subject: [PATCH] feat: trying with ldd Signed-off-by: kjuulh --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 05d39ef..64b9b9b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -47,7 +47,8 @@ steps: - cargo build --target=x86_64-unknown-linux-musl - cd - || exit 1 - sha1sum ci/target/x86_64-unknown-linux-musl/debug/ci - - ci/target/x86_64-unknown-linux-musl/debug/ci + - ldd ci/target/x86_64-unknown-linux-musl/debug/ci + - "./ci/target/x86_64-unknown-linux-musl/debug/ci" services: - name: docker image: docker:dind