We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b351aa8 commit 6a02116Copy full SHA for 6a02116
.github/workflows/hipo-win-510.yml
@@ -161,7 +161,8 @@ jobs:
161
working-directory: ${{runner.workspace}}/installs
162
run: |
163
ls
164
- & ".\${{ matrix.config }}\bin\highs.exe" --solver=hipo `
+ ls bin
165
+ & ".\bin\highs.exe" --solver=hipo `
166
"${{ runner.workspace }}/highs-tests/HiGHS/check/instances/afiro.mps"
167
168
- name: Checkout CMakeHighsFindPackage
@@ -248,8 +249,6 @@ jobs:
248
249
echo "----- ls build"
250
ls ${{runner.workspace}}/build
251
echo "-----"
- rm -rf ${{runner.workspace}}/build
252
- cmake -E make_directory ${{runner.workspace}}/build
253
cd CMakeHighsFetchContent
254
cmake `
255
-S ${{runner.workspace}}/highs-tests/CMakeHighsFetchContent `
0 commit comments