diff options
author | Alan Somers <asomers@gmail.com> | 2019-10-15 08:52:57 -0600 |
---|---|---|
committer | Alan Somers <asomers@gmail.com> | 2019-10-15 08:52:57 -0600 |
commit | 92290affeb38271565cbaa01b847cd4929dc2970 (patch) | |
tree | a1c8a23f4622f23bfa1c05c2f2b0d616aa5482de | |
parent | 2c9ff688c9261a1df777076102c8146cb7ac4e28 (diff) | |
download | nix-92290affeb38271565cbaa01b847cd4929dc2970.zip |
Use fetch instead of curl during CI on FreeBSD
-rw-r--r-- | .cirrus.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 039d922a..0ee38e21 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: |