BazelCI: Install the packages with `sudo`

PiperOrigin-RevId: 438800858
Change-Id: Ib7584313ff51869e3e62d5c54c2f04e2969bae50
pull/140/head
Christian Blichmann 2022-04-01 05:23:41 -07:00 committed by Copybara-Service
parent 3f72b3cab7
commit 3afdedd2de
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
tasks:
debian10:
shell_commands:
- apt-get update && apt-get install llvm-11-dev libclang-11-dev libncurses-dev
- "sudo apt -y update && sudo apt -y install llvm-11-dev libclang-11-dev libncurses-dev"
- pip3 install absl-py clang
build_targets:
- "..."