Skip to content

Commit

Permalink
feat: add MacOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oowl committed Mar 31, 2024
1 parent 8e27d96 commit cc33d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ task:
macos_instance:
image: ghcr.io/cirruslabs/macos-sonoma-base:latest
setup_script:
- fetch https://sh.rustup.rs -o rustup.sh
- curl https://sh.rustup.rs -o rustup.sh
- sh rustup.sh -y --profile=minimal
- . $HOME/.cargo/env
<< : *BUILD
Expand Down

0 comments on commit cc33d1e

Please sign in to comment.