Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Feb 3, 2023. It is now read-only.

Commit ad12cca

Browse files
committed
Fix for osx CI script
1 parent 096293c commit ad12cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CI/travis.osx.install.deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -ev
44
MONO_VER=2.10.10
55

66
brew update
7-
brew install cmake
7+
which cmake || brew install cmake
88

99
wget "http://download.mono-project.com/archive/${MONO_VER}/macos-10-x86/MonoFramework-MDK-${MONO_VER}.macos10.xamarin.x86.dmg"
1010
hdid "MonoFramework-MDK-${MONO_VER}.macos10.xamarin.x86.dmg"

0 commit comments

Comments
 (0)