apt update

reenable-crates-publish 0.19.0-alpha-test-cratesio-release.8
Felix Ableitner 9 months ago
parent f69e43d392
commit c425e45107

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

Loading…
Cancel
Save