8000 Fix for osx CI script · GiTechLab/libgit2sharp@ad12cca · GitHub
[go: up one dir, main page]

Skip to content

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)
0