From cb75d0b3fe37b0ab11f215e066c07ae70f19995b Mon Sep 17 00:00:00 2001 From: Chi Wang Date: Thu, 30 Sep 2021 13:26:02 +0800 Subject: [PATCH] Install additional packages to run test on Bazel CI --- .bazelci/presubmit.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index a754f32284..29bfc53c2c 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -2,6 +2,8 @@ tasks: ubuntu: platform: ubuntu1804 + shell_commands: + - "sudo apt -y update && sudo apt -y install libreadline-dev cmake" test_targets: - //... macos: