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 614a469 commit 933e1daCopy full SHA for 933e1da
.github/workflows/cmake-find-highs.yml
@@ -57,7 +57,7 @@ jobs:
57
shell: bash
58
run: |
59
cmake ${{runner.workspace}}/highs-tests/CMakeHighsFindPackage-master-${{matrix.branch}} \
60
- -DHIGHS_DIR=${{runner.workspace}}/install-highs-${{matrix.branch}}/lib/cmake/highs \
+ -DHIGHS_DIR=${{runner.workspace}}/install-highs-${{matrix.branch}}/lib/cmake/highs
61
cmake --build . --parallel
62
63
# cmake --install .
0 commit comments