Skip to content

Commit

Permalink
Don't install curl for FreeBSD CI
Browse files Browse the repository at this point in the history
It's already part of the image.
  • Loading branch information
Thomasdezeeuw committed Apr 11, 2023
1 parent 783b134 commit d9ffccc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ env:
task:
name: FreeBSD
setup_script:
- pkg install -y libnghttp2 curl
- curl https://sh.rustup.rs -sSf --output rustup.sh
- sh rustup.sh -y --profile minimal
cargo_cache:
Expand Down

0 comments on commit d9ffccc

Please sign in to comment.