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 bf05c94 commit 16bc354
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
XPRESS_JL_SKIP_LIB_CHECK: "true"
- shell: julia --project=. --color=yes {0}
run: |
import Pkg
Pkg.add("Xpress_jll")
import Xpress_jll
# Assume Pkg has installed the latest version with a valid community
# license. Copy it to the current directory.
Expand All @@ -44,7 +46,6 @@ jobs:
joinpath(dirname(dirname(Xpress_jll.libxprs)), "license", "community-xpauth.xpr"),
)
# Now install the specific version of Xpress
import Pkg
Pkg.add(; name = "Xpress_jll", version = ENV["XPRESS_JLL_VERSION"])
env:
XPRESS_JLL_VERSION: ${{ matrix.XPRESS_JLL_VERSION }}
Expand Down

0 comments on commit 16bc354

Please sign in to comment.