Skip to content

Commit af1e564

Browse files
committed
Update
1 parent 30c6221 commit af1e564

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/julia/build_tarballs.jl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ cmake -DCMAKE_INSTALL_PREFIX=${prefix} \
3434
-DBUILD_SHARED_LIBS=${BUILD_SHARED} \
3535
-DZLIB_USE_STATIC_LIBS=${BUILD_STATIC} \
3636
-DHIPO=ON \
37-
-DOPENBLAS_LIB="-lopenblas" \
38-
-DMETIS_PATH=${includedir} \
39-
-DMETIS_LIB="-lmetis" \
37+
-DBLAS_ROOT="${prefix}" \
38+
-DMETIS_ROOT=${prefix} \
4039
..
4140
4241
if [[ "${target}" == *-linux-* ]]; then

.github/workflows/julia-tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,11 @@ jobs:
6767
with:
6868
name: ${{ matrix.triplet }}
6969
path: ${{ github.workspace }}/products
70-
- run: ls ${{ github.workspace }}/products
71-
- run: |
70+
- shell: bash
71+
run: |
7272
tar -xzf ${{ github.workspace }}/products/HiGHS.*.${{ matrix.triplet }}.tar.gz -C ${{ github.workspace }}/products
73-
- run: ls ${{ github.workspace }}/products
73+
- run: ls ${{ github.workspace }}/products/bin
74+
- run: ls ${{ github.workspace }}/products/lib
7475
- shell: julia --color=yes {0}
7576
run: |
7677
using Pkg

0 commit comments

Comments
 (0)