Skip to content

Commit 4f5640a

Browse files
committed
Does OSX have brew?
1 parent cbc7c61 commit 4f5640a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.cirrus.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ task:
3131
osx_instance:
3232
image: catalina-xcode
3333
setup_script:
34+
- which brew || true
3435
- curl --proto '=https' --tlsv1.2 -sSf -o rustup.sh https://sh.rustup.rs
3536
- sh rustup.sh -y --profile=minimal --default-toolchain 1.36.0
3637
- . $HOME/.cargo/env

0 commit comments

Comments
 (0)