We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cdea8d commit c563a17Copy full SHA for c563a17
1 file changed
.github/workflows/hipo-ubuntu-510.yml
@@ -213,7 +213,11 @@ jobs:
213
working-directory: ${{runner.workspace}}/install-find-highs
214
shell: bash
215
run: |
216
- DYLD_LIBRARY_PATH=${{runner.workspace}}/installs/lib ./bin/main
+ echo "----- ls"
217
+ ls
218
+ echo "----- ls lib"
219
+ ls lib
220
+ LD_LIBRARY_PATH=${{runner.workspace}}/installs/lib ./bin/main
221
222
fetch:
223
runs-on: ${{ matrix.os }}
@@ -272,6 +276,10 @@ jobs:
272
276
273
277
- name: Configure CMake
274
278
279
+ ls ${{runner.workspace}}/build
280
+ rm -rf ${{runner.workspace}}/build
281
+ cmake -E make_directory ${{runner.workspace}}/build
282
+ cd CMakeHighsFetchContent
275
283
cmake \
284
-S ${{runner.workspace}}/highs-tests/CMakeHighsFetchContent \
285
-B ${{runner.workspace}}/build \
0 commit comments