diff options
| author | namilsk <alive6863@gmail.com> | 2026-01-06 16:42:22 +0100 |
|---|---|---|
| committer | namilsk <alive6863@gmail.com> | 2026-01-06 16:42:22 +0100 |
| commit | 749efa611656dee75b69c0b541f28c83294caa1e (patch) | |
| tree | e0be4d2d518947469cf1ab7ac8f70328898f895c | |
| parent | c43ac84b0ece62b4bc542d5dc557765e42ca14ea (diff) | |
Fix attempt #2
| -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 |
