Skip to content

Commit

Permalink
Fix FreeBSD CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Apr 30, 2023
1 parent 524c838 commit 10f0609
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ task:
freebsd_instance:
image: freebsd-13-1-release-amd64
setup_script:
- pkg update
- pkg install -y curl
- curl https://sh.rustup.rs -sSf --output rustup.sh
- sh rustup.sh -y --profile=minimal --default-toolchain=1.59
Expand All @@ -23,6 +24,7 @@ task:
freebsd_instance:
image: freebsd-13-1-release-amd64
setup_script:
- pkg update
- pkg install -y curl
- curl https://sh.rustup.rs -sSf --output rustup.sh
- sh rustup.sh -y --profile=minimal --default-toolchain=nightly
Expand All @@ -43,6 +45,7 @@ task:
macos_instance:
image: ghcr.io/cirruslabs/macos-monterey-base:latest
setup_script:
- brew update
- brew install curl
- curl https://sh.rustup.rs -sSf --output rustup.sh
- sh rustup.sh -y --profile=minimal --default-toolchain=1.59
Expand Down

0 comments on commit 10f0609

Please sign in to comment.