We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdcbf47 commit cb7e6b6Copy full SHA for cb7e6b6
.cirrus.yml
@@ -4,7 +4,7 @@ task:
4
image: freebsd-12-1-release-amd64
5
setup_rust_script:
6
- pkg install -y curl git bash
7
- - curl https://sh.rustup.rs -sSf --output rustup.sh
+ - curl -v https://sh.rustup.rs -sSf --output rustup.sh
8
- sh rustup.sh --default-toolchain none -y --profile=minimal
9
target_cache:
10
folder: target
0 commit comments