Install Rust before make jerboa (native-bundle needs cargo)
ober
c0585a1c7be419d251c4f731ef5a6f64bd15e66c
--- a/.builds/ci.yml +++ b/.builds/ci.yml @@ -22,6 +22,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: |