Skip to content

Commit

Permalink
Fix FreeBSD CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
KolbyML authored and Thomasdezeeuw committed May 2, 2023
1 parent 200f662 commit 0757ec8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ env:
task:
name: FreeBSD
setup_script:
- pkg install -y curl
- curl https://sh.rustup.rs -sSf --output rustup.sh
- fetch https://sh.rustup.rs -o rustup.sh
- sh rustup.sh -y --profile minimal
cargo_cache:
folder: $HOME/.cargo/registry
Expand Down

0 comments on commit 0757ec8

Please sign in to comment.