mirror of
https://github.com/Z3Prover/z3
synced 2025-04-05 09:04:07 +00:00
install Julia for macos build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e58eb9f302
commit
f5db6bf92b
|
@ -245,7 +245,7 @@ jobs:
|
|||
vmImage: "macOS-latest"
|
||||
steps:
|
||||
- script: brew install ninja
|
||||
# - script: brew install --cask julia
|
||||
- script: brew install --cask julia
|
||||
- script: |
|
||||
julia -e "using Pkg; Pkg.add(PackageSpec(name=\"libcxxwrap_julia_jll\"))"
|
||||
JlCxxDir=$(julia -e "using libcxxwrap_julia_jll; println(joinpath(dirname(libcxxwrap_julia_jll.libcxxwrap_julia_path), \"cmake\", \"JlCxx\"))")
|
||||
|
|
Loading…
Reference in a new issue