File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1818 uses : actions/checkout@v4
1919 with :
2020 repository : galabovaa/CMakeHighsFetchContent
21- ref : master
22- path : CMakeHighsFetchContent-master -${{matrix.branch}}
21+ ref : main
22+ path : CMakeHighsFetchContent-main -${{matrix.branch}}
2323
2424 - name : Create build dir
2525 run : |
@@ -29,15 +29,15 @@ jobs:
2929 working-directory : ${{runner.workspace}}/build-fetch-content-${{matrix.branch}}
3030 shell : bash
3131 run : |
32- cmake ${{runner.workspace}}/highs-tests/CMakeHighsFetchContent-master -${{matrix.branch}} \
32+ cmake ${{runner.workspace}}/highs-tests/CMakeHighsFetchContent-main -${{matrix.branch}} \
3333 -DBRANCH=${{matrix.branch}}
3434 cmake --build . --parallel
3535
3636 - name : Test
3737 working-directory : ${{runner.workspace}}/build-fetch-content-${{matrix.branch}}
3838 shell : bash
3939 run : |
40- ./bin/ main
40+ ./main
4141
4242 # todo, not implemented yet in CMakeHighsFetchContent
4343 # - name: Test install
Original file line number Diff line number Diff line change 6767 working-directory : ${{runner.workspace}}/build-find-highs-${{matrix.branch}}
6868 shell : bash
6969 run : |
70- ./bin/ main
70+ ./main
7171
7272 # does not find highs lib, needs more cmake code in CMakeFindHighsPackage
7373 # - name: Test install
You can’t perform that action at this time.
0 commit comments