Skip to content

Commit

Permalink
fix: install libacl1-dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara committed Sep 19, 2024
1 parent 49b229e commit 5f5599f
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 5f5599f

Please sign in to comment.