From 1ddbd7a590436afb95b2118af09c8f5967687f00 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Tue, 28 Mar 2023 14:38:11 +0200 Subject: [PATCH] feat: fix codegen --- ci/src/main.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/src/main.rs b/ci/src/main.rs index 1cec3c9..a337166 100644 --- a/ci/src/main.rs +++ b/ci/src/main.rs @@ -48,6 +48,8 @@ async fn run_codegen(client: Arc, _subm: &ArgMatches) -> eyre::Result<()> .with_exec(vec![ "cargo", "run", + "-p", + "dagger-bootstrap", "--", "generate", "--output",