summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: