Skip to content

Commit

Permalink
fix: also rectify the build-resources for zenoh-c
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara committed Aug 1, 2024
1 parent c88919c commit 223dde5
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 223dde5

Please sign in to comment.