Skip to content

Commit e748ec8

Browse files
committed
[path to exe
1 parent da36aa2 commit e748ec8

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-
"${{ runner.workspace }}/highs-tests/HiGHS/check/instances/afiro.mps"
60+
$env:GITHUB_WORKSPACE/check/instances/afiro.mps"
6161
6262
- name: Ctest
6363
shell: pwsh

0 commit comments

Comments
 (0)