From 749efa611656dee75b69c0b541f28c83294caa1e Mon Sep 17 00:00:00 2001 From: namilsk Date: Tue, 6 Jan 2026 16:42:22 +0100 Subject: Fix attempt #2 --- .woodpecker.yaml | 6 +++--- 1 file 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 -- cgit v1.2.3