Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Feb 28, 2024
1 parent eb98ace commit 6d88af7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function local_installation()
end
end

if !found
if !found && !Sys.isapple()
error("""
Unable to locate Xpress installation.
Please check your enviroment variable XPRESSDIR.
Expand Down Expand Up @@ -88,8 +88,6 @@ if haskey(ENV, "XPRESS_JL_SKIP_LIB_CHECK")
# Skip!
elseif get(ENV, "JULIA_REGISTRYCI_AUTOMERGE", "false") == "true"
write_depsfile("julia_registryci_automerge")
# elseif get(ENV, "SECRET_XPRS_WIN", "") != ""
# ci_installation()
else
local_installation()
end

0 comments on commit 6d88af7

Please sign in to comment.