Skip to content

Commit 12ea3be

Browse files
committed
win install parent cmake
1 parent 4c8fa76 commit 12ea3be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)