Merge pull request #419 from coeuvre/fix-bazelci

Install additional packages to run test on Bazel CI
pull/13171/head
Joshua Haberman 3 years ago committed by GitHub
commit 3f7c69ab7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .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:

Loading…
Cancel
Save