mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 01:24:08 +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"
|
vmImage: "macOS-latest"
|
||||||
steps:
|
steps:
|
||||||
- script: brew install ninja
|
- script: brew install ninja
|
||||||
# - script: brew install --cask julia
|
- script: brew install --cask julia
|
||||||
- script: |
|
- script: |
|
||||||
julia -e "using Pkg; Pkg.add(PackageSpec(name=\"libcxxwrap_julia_jll\"))"
|
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\"))")
|
JlCxxDir=$(julia -e "using libcxxwrap_julia_jll; println(joinpath(dirname(libcxxwrap_julia_jll.libcxxwrap_julia_path), \"cmake\", \"JlCxx\"))")
|
||||||
|
|
Loading…
Reference in a new issue