Skip to content

Commit 43eef4c

Browse files
committed
more windows
1 parent 30f58b0 commit 43eef4c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/hipo-win-510.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,8 @@ jobs:
162162
run: |
163163
ls
164164
ls bin
165-
.\bin\highs.exe --solver=hipo "${{ runner.workspace }}/highs-tests/HiGHS/check/instances/afiro.mps"
165+
& ".\bin\highs.exe" --solver=hipo `
166+
"${{ runner.workspace }}/highs-tests/HiGHS/check/instances/afiro.mps"
166167
167168
- name: Checkout CMakeHighsFindPackage
168169
uses: actions/checkout@v4
@@ -194,7 +195,7 @@ jobs:
194195
run: |
195196
echo "----- ls"
196197
ls
197-
& ".\${{ matrix.config }}\main.exe"
198+
.\main.exe
198199
199200
fetch:
200201
runs-on: ${{ matrix.os }}
@@ -269,7 +270,7 @@ jobs:
269270
working-directory: ${{runner.workspace}}/build
270271
shell: bash
271272
run: |
272-
& ".\${{ matrix.config }}\main.exe"
273+
.\${{ matrix.config }}\main.exe
273274
274275
- name: Test install
275276
working-directory: ${{runner.workspace}}/installs

0 commit comments

Comments
 (0)