Skip to content

Commit 6341244

Browse files
committed
cmake
1 parent 933e1da commit 6341244

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/cmake-fetch-content.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
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

0 commit comments

Comments
 (0)