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 2c9ff68 commit 92290afCopy full SHA for 92290af
.cirrus.yml
@@ -12,8 +12,7 @@ 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
+ - fetch https://sh.rustup.rs -o rustup.sh
17
- 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:
0 commit comments