From 22bf047d9cdb9d1b9c92b60f87a239d614248a18 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Fri, 4 Aug 2023 00:02:13 +0200 Subject: [PATCH] chore: with pkg config sysroot Signed-off-by: kjuulh --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 233c83d..dd94598 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,8 @@ steps: volumes: - name: ci path: /drone/src/target/debug + environment: + PKG_CONFIG_SYSROOT_DIR: "/" commands: - set -e - apt update