Skip to content

Commit

Permalink
fix: sudo apt-get install -y
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara committed Sep 19, 2024
1 parent 4cb1a5a commit 49b229e
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: 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
Expand Down

0 comments on commit 49b229e

Please sign in to comment.