Skip to content

Commit

Permalink
build cli package
Browse files Browse the repository at this point in the history
  • Loading branch information
ss2165 committed May 29, 2024
1 parent 5ee9529 commit 79fc717
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ jobs:
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
- name: Build HUGR binary
run: cargo build --features _cli --bin hugr
run: cargo build -p hugr-cli
- name: Upload the binary to the artifacts
uses: actions/upload-artifact@v4
with:
name: hugr_binary
path: target/release/hugr
path: target/debug/hugr
test:
needs: [changes, check, build_binary]
if: ${{ needs.changes.outputs.python == 'true' }}
Expand Down

0 comments on commit 79fc717

Please sign in to comment.