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.
2 parents 5d76d33 + 92290af commit a04fe59Copy full SHA for a04fe59
.cirrus.yml
@@ -12,9 +12,8 @@ task:
12
fingerprint_script: cat Cargo.lock || echo ""
13
# Install Rust
14
setup_script:
15
- - pkg install -y curl
16
- - curl https://sh.rustup.rs -sSf --output rustup.sh
17
- - sh rustup.sh -y --default-toolchain 1.36.0
+ - fetch https://sh.rustup.rs -o rustup.sh
+ - sh rustup.sh -y --profile=minimal --default-toolchain 1.36.0
18
- $HOME/.cargo/bin/rustup target add i686-unknown-freebsd
19
amd64_test_script:
20
- . $HOME/.cargo/env
0 commit comments