Skip to content

Commit 0757ec8

Browse files
KolbyMLThomasdezeeuw
authored andcommitted
Fix FreeBSD CI test
1 parent 200f662 commit 0757ec8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.cirrus.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ env:
77
task:
88
name: FreeBSD
99
setup_script:
10-
- pkg install -y curl
11-
- curl https://sh.rustup.rs -sSf --output rustup.sh
10+
- fetch https://sh.rustup.rs -o rustup.sh
1211
- sh rustup.sh -y --profile minimal
1312
cargo_cache:
1413
folder: $HOME/.cargo/registry

0 commit comments

Comments
 (0)