Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
97bf2b217c
commit
1e257b1269
@ -342,7 +342,13 @@ impl PullRequestAction for LeptosService {
|
|||||||
#[async_trait]
|
#[async_trait]
|
||||||
impl MainAction for LeptosService {
|
impl MainAction for LeptosService {
|
||||||
async fn execute_main(&self) -> eyre::Result<()> {
|
async fn execute_main(&self) -> eyre::Result<()> {
|
||||||
let container = self.build_release().await?;
|
let mut s = self.clone();
|
||||||
|
|
||||||
|
let container = s
|
||||||
|
.with_cargo_binstall("latest", ["cargo-leptos"])
|
||||||
|
.build_release()
|
||||||
|
.await?;
|
||||||
|
|
||||||
let timestamp = std::time::SystemTime::now()
|
let timestamp = std::time::SystemTime::now()
|
||||||
.duration_since(std::time::UNIX_EPOCH)
|
.duration_since(std::time::UNIX_EPOCH)
|
||||||
.unwrap()
|
.unwrap()
|
||||||
|
Loading…
Reference in New Issue
Block a user