Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Mar 30, 2024
1 parent 16bc354 commit c155cb0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,8 @@ jobs:
import Xpress_jll
# Assume Pkg has installed the latest version with a valid community
# license. Copy it to the current directory.
write(
"xpauth.xpr",
joinpath(dirname(dirname(Xpress_jll.libxprs)), "license", "community-xpauth.xpr"),
)
license_dir = joinpath(dirname(dirname(Xpress_jll.libxprs)), "license")
cp(joinpath(license_dir, "community-xpauth.xpr"), "xpauth.xpr")
# Now install the specific version of Xpress
Pkg.add(; name = "Xpress_jll", version = ENV["XPRESS_JLL_VERSION"])
env:
Expand Down

0 comments on commit c155cb0

Please sign in to comment.