mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-24 05:11:18 +00:00
install libssl
This commit is contained in:
parent
5fb77b726f
commit
54195b8726
1 changed files with 1 additions and 0 deletions
|
@ -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 install 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/
|
||||||
- cargo login "$CARGO_API_TOKEN"
|
- cargo login "$CARGO_API_TOKEN"
|
||||||
|
|
Loading…
Reference in a new issue