summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-04-03 09:47:15 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-04-03 09:47:15 +0200
commit6bae999949d3305884ca2cc1ecb4bf093e1710e6 (patch)
tree1fc58074694c5f9b8ae0384820a090012edd1b2e
parent6f3b4ae5be6ce404bb35c8dfec34b5239c0856fe (diff)
rollback
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index e4d7c814..95b15db2 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -10,7 +10,7 @@ jobs:
macOSrelease:
imageName: 'macos-10.14'
CMakeBuildType: Release
- customInstallation: 'brew update && brew install graphviz doxygen boost eigen gmp mpfr tbb cgal && brew upgrade openssl'
+ customInstallation: 'brew update && brew install graphviz doxygen boost eigen gmp mpfr tbb cgal'
pool:
vmImage: $(imageName)