Install Rust before make jerboa (native-bundle needs cargo)

ober

811a81b37a98491d2bef34aee9beb31ac2826a83

diff --git a/.builds/ci.yml b/.builds/ci.yml
index 82724a1..177cd9a 100644
--- a/.builds/ci.yml
+++ b/.builds/ci.yml
@@ -21,6 +21,9 @@ artifacts:
 tasks:
 - build-jerboa: |
     cd jerboa
+    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | \
+      sh -s -- -y --profile minimal --default-toolchain 1.94.1
+    source "$HOME/.cargo/env"
     make jerboa CHEZ_CONFIGURE_EXTRA=--disable-x11
     echo 'export PATH="$HOME/jerboa/dist:$PATH"' >> ~/.buildenv
 - package: |