File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments