Skip to content

Commit 4043ddd

Browse files
committed
wip
1 parent 3e2ecf4 commit 4043ddd

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,19 @@ jobs:
153153
ctest --parallel --timeout 300 --output-on-failure -C ${{ matrix.config }}
154154
155155
- name: Install HiGHS
156+
shell: pwsh
156157
working-directory: ${{runner.workspace}}/build
157158
run: |
158159
cmake --install .
159160
161+
- name: Test install executable
162+
shell: pwsh
163+
working-directory: ${{runner.workspace}}/installs
164+
run: |
165+
ls
166+
ls bin
167+
& "${{runner.workspace}}\installs\bin\highs.exe" --version
168+
160169
- name: Test install executable
161170
shell: pwsh
162171
working-directory: ${{runner.workspace}}/installs
@@ -279,4 +288,5 @@ jobs:
279288
run: |
280289
echo "----- ls"
281290
ls
282-
.\${{ matrix.config }}\main.exe
291+
ls bin
292+
.\bin\main.exe

0 commit comments

Comments
 (0)