File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments