Skip to content

Commit

Permalink
Merge pull request #223 from ZettaScaleLabs/update-sync-lock-check
Browse files Browse the repository at this point in the history
fix: install libacl1-dev dep
  • Loading branch information
Mallets authored Sep 19, 2024
2 parents 4ff2e9f + 5f5599f commit 40e62a9
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 @@ -77,7 +77,7 @@ jobs:
run: rustup show

- name: Install build dependencies
run: sudo apt-get install -y llvm-dev libclang-dev clang
run: sudo apt-get install -y llvm-dev libclang-dev clang libacl1-dev

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

0 comments on commit 40e62a9

Please sign in to comment.