Install git-tiny on Cirrus CI

This avoids pulling in perl.
This commit is contained in:
bjorn3 2024-09-12 19:44:20 +00:00
parent 4e38767320
commit f204181112

View File

@ -3,7 +3,7 @@ task:
freebsd_instance: freebsd_instance:
image: freebsd-13-2-release-amd64 image: freebsd-13-2-release-amd64
setup_rust_script: setup_rust_script:
- pkg install -y git binutils - pkg install -y git-tiny binutils
- curl https://sh.rustup.rs -sSf --output rustup.sh - curl https://sh.rustup.rs -sSf --output rustup.sh
- sh rustup.sh --default-toolchain none -y --profile=minimal - sh rustup.sh --default-toolchain none -y --profile=minimal
target_cache: target_cache: