diff --git a/.woodpecker.yml b/.woodpecker.yml index 5c32698f4..9a9852a20 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -113,6 +113,7 @@ steps: commands: # reuse binstall from machete step - ./cargo-binstall -y cargo-workspaces + - apt update - apt install --yes libssl - 'echo "pub const VERSION: &str = \"$(git describe --tag)\";" > "crates/utils/src/version.rs"' - cp -r migrations crates/db_schema/