From 49b229e5eb088f8730b36d430e20cafe2322f82e Mon Sep 17 00:00:00 2001 From: Diogo Mendes Matsubara Date: Thu, 19 Sep 2024 16:42:05 +0200 Subject: [PATCH] fix: sudo apt-get install -y --- .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 ac8a980..2cdf0c6 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: apt install llvm-dev libclang-dev clang + run: sudo apt-get install -y 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