Skip to content

Commit

Permalink
fix: conditional for zenoh-c build-resources
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara committed Aug 1, 2024
1 parent 56d7690 commit c88919c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-lockfiles-1.0.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:

# Another ugly workaround, since zenoh-c has an additional Cargo.lock not in the root
- name: Override ${{ matrix.dependant }} build-resources lockfile with Zenoh's
if: ${{ matrix.dependant }} == "zenoh-c"
if: ${{ matrix.dependant == 'zenoh-c' }}
run: cp Cargo.lock build-resources/opaque-types/Cargo.lock

- name: Rectify lockfile
Expand Down

0 comments on commit c88919c

Please sign in to comment.