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 e748ec8 commit 8095977Copy full SHA for 8095977
.github/workflows/hipo-win.yml
@@ -57,7 +57,7 @@ jobs:
57
working-directory: ${{runner.workspace}}/build
58
run: |
59
& ".\Release\bin\highs.exe" --solver=hipo `
60
- $env:GITHUB_WORKSPACE/check/instances/afiro.mps"
+ "$env:GITHUB_WORKSPACE/check/instances/afiro.mps"
61
62
- name: Ctest
63
shell: pwsh
0 commit comments