Use fetch instead of curl during CI on FreeBSD

This commit is contained in:
Alan Somers 2019-10-15 08:52:57 -06:00
parent 2c9ff688c9
commit 92290affeb

View File

@ -12,8 +12,7 @@ task:
fingerprint_script: cat Cargo.lock || echo ""
# Install Rust
setup_script:
- pkg install -y curl
- curl https://sh.rustup.rs -sSf --output rustup.sh
- fetch https://sh.rustup.rs -o rustup.sh
- sh rustup.sh -y --profile=minimal --default-toolchain 1.36.0
- $HOME/.cargo/bin/rustup target add i686-unknown-freebsd
amd64_test_script: