Skip to content

Commit

Permalink
Update build.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Feb 29, 2024
1 parent c86b526 commit 88a8fce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ function try_ci_installation()
local_filename = joinpath(@__DIR__, "libknitro.tar.bz2")
download(ENV["SECRET_KNITRO_TAR_BZ2"], local_filename)
run(`tar -xjf libknitro.tar.bz2`)
run(`mv libknitro $(@__DIR__)`)
# CI runs on linux only
write_depsfile("", joinpath(@__DIR__, "libknitro", "libknitro1310.so"))
return
Expand Down

0 comments on commit 88a8fce

Please sign in to comment.