We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 200f662 commit 0757ec8Copy full SHA for 0757ec8
.cirrus.yml
@@ -7,8 +7,7 @@ env:
7
task:
8
name: FreeBSD
9
setup_script:
10
- - pkg install -y curl
11
- - curl https://sh.rustup.rs -sSf --output rustup.sh
+ - fetch https://sh.rustup.rs -o rustup.sh
12
- sh rustup.sh -y --profile minimal
13
cargo_cache:
14
folder: $HOME/.cargo/registry
0 commit comments