Skip to content

Commit f114656

Browse files
committed
HIGHS DIR path
1 parent 3dd152f commit f114656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-find-highs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
shell: bash
5656
run: |
5757
cmake ${{runner.workspace}}/highs-tests/CMakeHighsFindPackage-master \
58-
-DHIGHS_DIR=${{runner.workspace}}/install-highs-master \
58+
-DHIGHS_DIR=${{runner.workspace}}/install-highs-master/lib/cmake/highs \
5959
-DCMAKE_INSTALL_PREFIX=${{runner.workspace}}/install-find-highs-master
6060
cmake --build . --parallel
6161
cmake --install .

0 commit comments

Comments
 (0)