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 899edd0 commit 52b8fb0Copy full SHA for 52b8fb0
.github/workflows/cmake-find-build-windows.yml
@@ -60,8 +60,8 @@ jobs:
60
61
- name: Test build
62
working-directory: ${{runner.workspace}}\\build-find-build-${{matrix.branch}}
63
- shell: bash
64
run: |
+ $env:PATH = '${{runner.workspace}}/build-highs-${{matrix.branch}}-b/bin/Release;' + $env:PATH
65
.\\Release\\main.exe
66
67
- name: Test install
0 commit comments