From 223dde5384cc07cf914b5b9b697055036bc676e7 Mon Sep 17 00:00:00 2001 From: Diogo Mendes Matsubara Date: Thu, 1 Aug 2024 17:27:35 +0200 Subject: [PATCH] fix: also rectify the build-resources for zenoh-c --- .github/workflows/sync-lockfiles-1.0.0.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/sync-lockfiles-1.0.0.yml b/.github/workflows/sync-lockfiles-1.0.0.yml index 3b6aa81..8b4b3fb 100644 --- a/.github/workflows/sync-lockfiles-1.0.0.yml +++ b/.github/workflows/sync-lockfiles-1.0.0.yml @@ -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.