Skip to content

Commit

Permalink
Merge pull request #221 from ZettaScaleLabs/update-sync-lock-check
Browse files Browse the repository at this point in the history
fix: install build dependencies
  • Loading branch information
Mallets authored Sep 19, 2024
2 parents 86bed47 + 4cb1a5a commit 7b41074
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 @@ -76,6 +76,9 @@ jobs:
# will have the side effect of installing it; if it's not installed already.
run: rustup show

- name: Install build dependencies
run: apt install llvm-dev libclang-dev clang

# NOTE: Not all Zenoh dependants have their Cargo manifest and lockfile
# at the repository's toplevel. The only exception being zenoh-kotlin and
# zenoh-java. Thus the need for this ugly workaround.
Expand Down

0 comments on commit 7b41074

Please sign in to comment.