Skip to content

Commit

Permalink
ci: Fix broken build to change in cargo workspace
Browse files Browse the repository at this point in the history
Signed-off-by: Siddharth Chandrasekaran <[email protected]>
  • Loading branch information
sidcha committed Dec 10, 2023
1 parent 0fa4334 commit 76e0abb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,16 @@ jobs:
profile: minimal
toolchain: stable
override: true
- name: Cargo check
- name: Cargo check - libosdp
uses: actions-rs/cargo@v1
with:
command: check
args: --manifest-path rust/Cargo.toml
- name: Cargo check - osdpctl
uses: actions-rs/cargo@v1
with:
command: check
args: --manifest-path osdpctl/Cargo.toml

Python:
name: Python
Expand All @@ -110,4 +116,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: python-package-distributions
path: python/dist/
path: python/dist/

0 comments on commit 76e0abb

Please sign in to comment.