diff options
| author | namilsk <alive6863@gmail.com> | 2026-01-06 16:32:23 +0100 |
|---|---|---|
| committer | namilsk <alive6863@gmail.com> | 2026-01-06 16:32:23 +0100 |
| commit | 2c53232a9fb51d9e928a3615580cbee1e178b931 (patch) | |
| tree | 1d4232b28d014ed624d99311f202c185fddd4333 /.woodpecker.yaml | |
| parent | 0fb58ab610f1c9d546ace52184831495c8541fae (diff) | |
Attempted to fix CI pipeline
Diffstat (limited to '.woodpecker.yaml')
| -rw-r--r-- | .woodpecker.yaml | 3 |
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: |
