We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e2ecf4 commit 4043dddCopy full SHA for 4043ddd
.github/workflows/hipo-win-510.yml
@@ -153,10 +153,19 @@ jobs:
153
ctest --parallel --timeout 300 --output-on-failure -C ${{ matrix.config }}
154
155
- name: Install HiGHS
156
+ shell: pwsh
157
working-directory: ${{runner.workspace}}/build
158
run: |
159
cmake --install .
160
161
+ - name: Test install executable
162
163
+ working-directory: ${{runner.workspace}}/installs
164
+ run: |
165
+ ls
166
+ ls bin
167
+ & "${{runner.workspace}}\installs\bin\highs.exe" --version
168
+
169
- name: Test install executable
170
shell: pwsh
171
working-directory: ${{runner.workspace}}/installs
@@ -279,4 +288,5 @@ jobs:
279
288
280
289
echo "----- ls"
281
290
ls
282
- .\${{ matrix.config }}\main.exe
291
292
+ .\bin\main.exe
0 commit comments