From 5f5599f5086382cc684e7c6bd4e0825edec4f548 Mon Sep 17 00:00:00 2001 From: Diogo Mendes Matsubara Date: Thu, 19 Sep 2024 19:55:11 +0200 Subject: [PATCH] fix: install libacl1-dev dep --- .github/workflows/sync-lockfiles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-lockfiles.yml b/.github/workflows/sync-lockfiles.yml index 2cdf0c6..fb69846 100644 --- a/.github/workflows/sync-lockfiles.yml +++ b/.github/workflows/sync-lockfiles.yml @@ -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