Install git-tiny on Cirrus CI
This avoids pulling in perl.
This commit is contained in:
parent
4e38767320
commit
f204181112
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user