mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2024-11-12 20:21:52 +01:00
chore(ci): with actual await on connect
This commit is contained in:
parent
48433cf368
commit
06e2638e1f
@ -12,7 +12,7 @@ async fn main() -> eyre::Result<()> {
|
|||||||
.subcommand(clap::Command::new("release"))
|
.subcommand(clap::Command::new("release"))
|
||||||
.get_matches();
|
.get_matches();
|
||||||
|
|
||||||
let client = dagger_sdk::connect()?;
|
let client = dagger_sdk::connect().await?;
|
||||||
|
|
||||||
match matches.subcommand() {
|
match matches.subcommand() {
|
||||||
Some(("pr", _)) => {
|
Some(("pr", _)) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user