mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-24 05:11:18 +00:00
apt update
This commit is contained in:
parent
f69e43d392
commit
c425e45107
1 changed files with 1 additions and 0 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue