Skip to content

Commit

Permalink
Merge pull request #216 from ZettaScaleLabs/update-sync-lock
Browse files Browse the repository at this point in the history
fix: run cargo update zenoh
  • Loading branch information
milyin authored Sep 13, 2024
2 parents 6e61484 + 30fcb55 commit 772f2ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sync-lockfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ jobs:
if: ${{ matrix.dependant == 'zenoh-c' }}
run: cp Cargo.lock build-resources/opaque-types/Cargo.lock

- name: cargo update ${{ matrix.dependant }}
run: cargo update zenoh

- name: Rectify lockfile
# NOTE: Checking the package for errors will rectify the Cargo.lock while preserving
# the dependency versions fetched from source.
Expand Down

0 comments on commit 772f2ec

Please sign in to comment.