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

ober

d9290d8ea9c9c0c79b582315daeb9b18f3c5659d

diff --git a/.builds/ci.yml b/.builds/ci.yml
index a96581b..a97f567 100644
--- a/.builds/ci.yml
+++ b/.builds/ci.yml
@@ -13,8 +13,6 @@ packages:
 - tar
 - zlib1g-dev
 - liblz4-dev
-- cargo
-- rustc
 sources:
 - https://git.sr.ht/~lisp/jerboa
 - https://git.sr.ht/~lisp/jerboa-imagesite
@@ -23,12 +21,11 @@ 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
-- setup-rust: |
-    # Install Rust toolchain matching jerboa's native FFI build.
-    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal --default-toolchain 1.88.0
-    echo 'source "$HOME/.cargo/env"' >> ~/.buildenv
 - package: |
     cd jerboa-imagesite
     J="$HOME/jerboa/dist/jerboa"