Skip to content

Commit

Permalink
Use fetch instead of curl to install rustup
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers committed Apr 19, 2023
1 parent 8b6ea58 commit 1edc37e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ task:
freebsd_instance:
image: freebsd-13-1-release-amd64
install_script: |
pkg install -y curl
curl https://sh.rustup.rs -sSf | sh -s -- -y
fetch https://sh.rustup.rs -o rustup.sh
sh rustup.sh -y --profile=minimal
<< : *TEST

task:
Expand Down

0 comments on commit 1edc37e

Please sign in to comment.