diff options
| -rw-r--r-- | .woodpecker.yaml | 6 |
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 |
