mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
BazelCI: Install the packages with sudo
PiperOrigin-RevId: 438800858 Change-Id: Ib7584313ff51869e3e62d5c54c2f04e2969bae50
This commit is contained in:
parent
3f72b3cab7
commit
3afdedd2de
|
@ -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:
|
||||
- "..."
|
||||
|
|
Loading…
Reference in New Issue
Block a user