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 73d1a19 commit 02f9976
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ 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 02f9976

Please sign in to comment.