fix cli build config

This commit is contained in:
Jai A
2023-03-30 14:40:13 -07:00
parent 20a538f0ff
commit 54ebc1b997

View File

@@ -31,4 +31,5 @@ jobs:
- uses: actions-rs/cargo@v1
name: Build program
with:
command: build --bin theseus_cli
command: build
args: -bin theseus_cli