Skip to content

Commit

Permalink
Merge pull request #205 from ZettaScaleLabs/sync-workflow-fixes
Browse files Browse the repository at this point in the history
fix: also rectify the build-resources for zenoh-c
  • Loading branch information
milyin authored Aug 2, 2024
2 parents da34181 + 223dde5 commit dbbc45b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sync-lockfiles-1.0.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ jobs:
# the dependency versions fetched from source.
run: cargo check --manifest-path ${{ steps.crate-path.outputs.value }}/Cargo.toml

- name: Rectify lockfile for zenoh-c build-resources
if: ${{ matrix.dependant == 'zenoh-c' }}
run: cargo check --manifest-path build-resources/opaque-types/Cargo.toml

- name: Create/Update a pull request if the lockfile changed
id: cpr
# NOTE: If there is a pending PR, this action will simply update it with a forced push.
Expand Down

0 comments on commit dbbc45b

Please sign in to comment.