File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -186,14 +186,14 @@ jobs:
186186 cmake ${{runner.workspace}}/highs-tests/CMakeHighsFindPackage `
187187 -DHIGHS_DIR="${{runner.workspace}}/installs/lib/cmake/highs" `
188188 -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake `
189- -DCMAKE_INSTALL_PREFIX=${{runner.workspace}}/install-find-highs
189+ -DCMAKE_INSTALL_PREFIX=${{runner.workspace}}/install-find-highs `
190+ -DUSE_HIPO=ON
190191 cmake --build . --parallel --config Release
191192 cmake --install .
192193
193194 - name : Test build
194195 working-directory : ${{runner.workspace}}/build-find
195196 run : |
196- $env:path = "$env:path;C:\vcpkg\installed\x64-windows\bin\"
197197 & ".\${{ matrix.config }}\main.exe"
198198
199199 - name : Test install
@@ -202,7 +202,7 @@ jobs:
202202 echo "----- ls"
203203 ls
204204 $env:path = "$env:path;C:\vcpkg\installed\x64-windows\bin\"
205- .\main.exe
205+ .\bin\ main.exe
206206
207207 fetch :
208208 runs-on : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments