Install binutils on FreeBSD CI to get an assembler

This commit is contained in:
bjorn3 2023-10-15 12:05:05 +00:00
parent ca53d2e8bb
commit ba0f7e3534

View File

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