Skip to content

Commit 8095977

Browse files
committed
path to exe 2
1 parent e748ec8 commit 8095977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hipo-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
working-directory: ${{runner.workspace}}/build
5858
run: |
5959
& ".\Release\bin\highs.exe" --solver=hipo `
60-
$env:GITHUB_WORKSPACE/check/instances/afiro.mps"
60+
"$env:GITHUB_WORKSPACE/check/instances/afiro.mps"
6161
6262
- name: Ctest
6363
shell: pwsh

0 commit comments

Comments
 (0)