Skip to content

Commit

Permalink
Use fetch instead of curl during CI on FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers authored and jlb6740 committed Nov 4, 2019
1 parent 5262072 commit 27bd120
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .cirrus.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 27bd120

Please sign in to comment.