mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-27 06:41:18 +00:00
Try using buster.
This commit is contained in:
parent
aa213f2b95
commit
edf6305eb8
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ steps:
|
||||||
|
|
||||||
# using https://github.com/pksunkara/cargo-workspaces
|
# using https://github.com/pksunkara/cargo-workspaces
|
||||||
- name: publish to crates.io
|
- name: publish to crates.io
|
||||||
image: rust:1.51-slim-buster
|
image: rust:1.51-buster
|
||||||
commands:
|
commands:
|
||||||
- cargo install cargo-workspaces
|
- cargo install cargo-workspaces
|
||||||
- cp -r migrations crates/db_queries/
|
- cp -r migrations crates/db_queries/
|
||||||
|
|
Loading…
Reference in a new issue