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 7fa106c commit 8c97337Copy full SHA for 8c97337
.cirrus.yml
@@ -1,13 +1,13 @@
1
freebsd_instance:
2
- image: freebsd-14-1-release-amd64
+ image: freebsd-13-2-release-amd64
3
4
env:
5
RUST_BACKTRACE: full
6
7
task:
8
name: FreeBSD
9
setup_script:
10
- - curl https://sh.rustup.rs -sSf --output rustup.sh
+ - fetch https://sh.rustup.rs -o rustup.sh
11
- sh rustup.sh -y --profile minimal
12
cargo_cache:
13
folder: $HOME/.cargo/registry
0 commit comments