Skip to content

Commit c563a17

Browse files
committed
wip
1 parent 2cdea8d commit c563a17

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/hipo-ubuntu-510.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,11 @@ jobs:
213213
working-directory: ${{runner.workspace}}/install-find-highs
214214
shell: bash
215215
run: |
216-
DYLD_LIBRARY_PATH=${{runner.workspace}}/installs/lib ./bin/main
216+
echo "----- ls"
217+
ls
218+
echo "----- ls lib"
219+
ls lib
220+
LD_LIBRARY_PATH=${{runner.workspace}}/installs/lib ./bin/main
217221
218222
fetch:
219223
runs-on: ${{ matrix.os }}
@@ -272,6 +276,10 @@ jobs:
272276
273277
- name: Configure CMake
274278
run: |
279+
ls ${{runner.workspace}}/build
280+
rm -rf ${{runner.workspace}}/build
281+
cmake -E make_directory ${{runner.workspace}}/build
282+
cd CMakeHighsFetchContent
275283
cmake \
276284
-S ${{runner.workspace}}/highs-tests/CMakeHighsFetchContent \
277285
-B ${{runner.workspace}}/build \

0 commit comments

Comments
 (0)