Skip to content

Commit

Permalink
install rsync on Bazel CI before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyverald authored Aug 18, 2022
1 parent 922a858 commit 0aa5a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ tasks:
ubuntu:
platform: ubuntu1804
shell_commands:
- "sudo apt -y update && sudo apt -y install libreadline-dev cmake"
- "sudo apt -y update && sudo apt -y install libreadline-dev cmake rsync"
test_targets:
- //...
macos:
Expand Down

0 comments on commit 0aa5a45

Please sign in to comment.