From 2c53232a9fb51d9e928a3615580cbee1e178b931 Mon Sep 17 00:00:00 2001 From: namilsk Date: Tue, 6 Jan 2026 16:32:23 +0100 Subject: Attempted to fix CI pipeline --- .woodpecker.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.woodpecker.yaml') diff --git a/.woodpecker.yaml b/.woodpecker.yaml index a198f5c..adbd1b9 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -1,7 +1,7 @@ # Define the sequence of steps for the CI pipeline steps: dependencies: - image: rust:1.78-bullseye + image: rust environment: RUST_BACKTRACE: 1 CARGO_TERM_COLOR: always @@ -15,6 +15,7 @@ steps: build: image: rust environment: + PKG_CONFIG_PATH: "/usr/lib/x86_64-linux-gnu/pkgconfig:/usr/share/pkgconfig" RUST_BACKTRACE: 1 CARGO_TERM_COLOR: always commands: -- cgit v1.2.3