summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornamilsk <alive6863@gmail.com>2026-01-06 16:42:22 +0100
committernamilsk <alive6863@gmail.com>2026-01-06 16:42:22 +0100
commit749efa611656dee75b69c0b541f28c83294caa1e (patch)
treee0be4d2d518947469cf1ab7ac8f70328898f895c
parentc43ac84b0ece62b4bc542d5dc557765e42ca14ea (diff)
Fix attempt #2
-rw-r--r--.woodpecker.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.woodpecker.yaml b/.woodpecker.yaml
index 1db21dc..9315713 100644
--- a/.woodpecker.yaml
+++ b/.woodpecker.yaml
@@ -1,7 +1,7 @@
# Define the sequence of steps for the CI pipeline
steps:
dependencies:
- image: rust
+ image: rust:1.78-bullseye
environment:
RUST_BACKTRACE: 1
CARGO_TERM_COLOR: always
@@ -13,7 +13,7 @@ steps:
branch: main
event: [ push, pull_request ]
build:
- image: rust
+ image: rust:1.78-bullseye
environment:
PKG_CONFIG_PATH: "/usr/lib/x86_64-linux-gnu/pkgconfig:/usr/share/pkgconfig"
RUST_BACKTRACE: 1
@@ -24,7 +24,7 @@ steps:
branch: main
event: [ push, pull_request ]
clippy:
- image: rust
+ image: rust:1.78-bullseye
environment:
RUST_BACKTRACE: 1
CARGO_TERM_COLOR: always