Skip to content

Commit

Permalink
fix: remove -p from cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara committed Sep 13, 2024
1 parent 3bb861d commit 30fcb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-lockfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
run: cp Cargo.lock build-resources/opaque-types/Cargo.lock

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

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

0 comments on commit 30fcb55

Please sign in to comment.