install rsync on Bazel CI before running tests

`//cmake:cmake_build` needs this: https://buildkite.com/bazel/upb/builds/1210#0182b0dc-2131-43f2-8b9d-0b9fba807be8
diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml
index 29bfc53..7e2b911 100644
--- a/.bazelci/presubmit.yml
+++ b/.bazelci/presubmit.yml
@@ -3,7 +3,7 @@
   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: