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 4f460a5 commit e0a1b41Copy full SHA for e0a1b41
.github/workflows/hipo-win.yml
@@ -174,7 +174,7 @@ jobs:
174
- name: Test executable
175
shell: bash
176
working-directory: ${{runner.workspace}}/build
177
- run: ./Debug/bin/highs --solver=hipo $GITHUB_WORKSPACE/check/instances/afiro.mps
+ run: ./Release/bin/highs --solver=hipo $GITHUB_WORKSPACE/check/instances/afiro.mps
178
179
- name: Ctest
180
0 commit comments