File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7373 name : ${{ matrix.triplet }}
7474 path : ${{ github.workspace }}/products
7575 - shell : bash
76- run : |
77- tar -xzf ${{ github.workspace }}/products/HiGHS.*.${{ matrix.triplet }}.tar.gz -C ${{ github.workspace }}/products
76+ run : tar -xzf products/HiGHS.*.${{ matrix.triplet }}.tar.gz -C products
7877 # We also need to download the JLL package, because it contains the new
7978 # dependencies
8079 - uses : actions/download-artifact@v4
9695 # downloaded. Otherwise Julia will try to download the default on install.
9796 - shell : julia --color=yes {0}
9897 run : |
98+ import Pkg
9999 file = joinpath(ENV["GITHUB_WORKSPACE"], "HiGHS_jll", "Artifacts.toml")
100100 m = match(r"git-tree-sha1 = \"(.+?)\"", read(file, String))
101101 dir = escape_string(joinpath(ENV["GITHUB_WORKSPACE"], "products"))
You can’t perform that action at this time.
0 commit comments