Skip to content

Commit 57c3b29

Browse files
committed
Update
1 parent c8f79ac commit 57c3b29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/julia-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ jobs:
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
@@ -96,6 +95,7 @@ jobs:
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"))

0 commit comments

Comments
 (0)