From 54ebc1b997ef0001890f4887e6e534d97fce4519 Mon Sep 17 00:00:00 2001 From: Jai A Date: Thu, 30 Mar 2023 14:40:13 -0700 Subject: [PATCH] fix cli build config --- .github/workflows/cli-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cli-build.yml b/.github/workflows/cli-build.yml index 51f329f9..17a2589e 100644 --- a/.github/workflows/cli-build.yml +++ b/.github/workflows/cli-build.yml @@ -31,4 +31,5 @@ jobs: - uses: actions-rs/cargo@v1 name: Build program with: - command: build --bin theseus_cli \ No newline at end of file + command: build + args: -bin theseus_cli \ No newline at end of file