apt update

This commit is contained in:
Felix Ableitner 2023-12-19 16:45:33 +01:00
parent f69e43d392
commit c425e45107

View file

@ -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/