From 27bd120f6ac38b2ce1a0f11b77f6b485fdc1240f Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Tue, 15 Oct 2019 08:52:57 -0600 Subject: [PATCH] Use fetch instead of curl during CI on FreeBSD --- .cirrus.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 039d922ac9..0ee38e213b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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: