summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornamilsk <alive6863@gmail.com>2026-01-06 16:32:23 +0100
committernamilsk <alive6863@gmail.com>2026-01-06 16:32:23 +0100
commit2c53232a9fb51d9e928a3615580cbee1e178b931 (patch)
tree1d4232b28d014ed624d99311f202c185fddd4333
parent0fb58ab610f1c9d546ace52184831495c8541fae (diff)
Attempted to fix CI pipeline
-rw-r--r--.woodpecker.yaml3
1 files changed, 2 insertions, 1 deletions
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: