From cfccd7ca2c2cff6579d04839a81d66907317a7ae Mon Sep 17 00:00:00 2001 From: ahumenberger Date: Sun, 8 Mar 2020 16:33:28 +0100 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 30e1888a6..208e68c86 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,7 +12,8 @@ jobs: pool: vmImage: "macOS-10.14" steps: - - script: brew install ninja julia + - script: brew install ninja + - script: brew cask install julia - script: | julia -e "using Pkg; Pkg.add(\"libcxxwrap_julia_jll\")" JlCxxDir=$(julia -e "using libcxxwrap_julia_jll; println(joinpath(dirname(libcxxwrap_julia_jll.libcxxwrap_julia_path), \"cmake\"))")