summaryrefslogtreecommitdiff
path: root/.woodpecker.yaml
diff options
context:
space:
mode:
authornamilsk <alive6863@gmail.com>2025-12-13 08:42:21 +0100
committernamilsk <alive6863@gmail.com>2025-12-13 08:42:21 +0100
commit838d42089bcc076297b6a64b39805bb3252c723e (patch)
tree001727d550812e0ff44053dc1e6954f5a475130c /.woodpecker.yaml
parentd7bf4c7365053ea58803f474ba50f6c8759f7421 (diff)
Fixed missing dependencies in CI pipeline
Signed-off-by: namilsk <alive6863@gmail.com>
Diffstat (limited to '.woodpecker.yaml')
-rw-r--r--.woodpecker.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.woodpecker.yaml b/.woodpecker.yaml
index ebef54a..c548b99 100644
--- a/.woodpecker.yaml
+++ b/.woodpecker.yaml
@@ -7,7 +7,7 @@ steps:
CARGO_TERM_COLOR: always
commands:
- rustup default stable
- - apt install openssl -y
+ - apt install openssl gnupg libgpgme-dev -y
when:
branch: main
event: [ push, pull_request ]