Skip to content

Commit

Permalink
Fix zenoh-dissector syncing
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Oct 29, 2024
1 parent 94a7bc3 commit b7e68a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sync-lockfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- eclipse-zenoh/zenoh-backend-influxdb
- eclipse-zenoh/zenoh-backend-rocksdb
- eclipse-zenoh/zenoh-backend-s3
- ZettaScaleLabs/zenoh-dissector
- eclipse-zenoh/zenoh-dissector
steps:
- name: Checkout ${{ matrix.dependant }}
uses: actions/checkout@v4
Expand Down Expand Up @@ -116,6 +116,7 @@ jobs:
cargo clippy --manifest-path build-resources/opaque-types/Cargo.toml --all-targets --features $features -- --deny warnings
- name: cargo update ${{ matrix.dependant }}
if: ${{ matrix.dependant != 'eclipse-zenoh/zenoh-dissector' }}
run: cargo update zenoh --manifest-path ${{ steps.crate-path.outputs.value }}/Cargo.toml

- name: cargo update for zenoh-c build-resources
Expand Down

0 comments on commit b7e68a9

Please # to comment.