Skip to content

Commit 7fef271

Browse files
committed
branch
1 parent 585457b commit 7fef271

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
# os: [ubuntu-latest, windows-latest]
1111
os: [ubuntu-latest]
12-
branch: [master, latest]
12+
branch: [master, latest]
1313

1414
steps:
1515
- uses: actions/checkout@v4
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v4
1919
with:
2020
repository: ERGO-Code/HiGHS
21-
ref: ${branch}
21+
ref: ${{matrix.branch}}
2222
path: HiGHS-master
2323

2424
- name: Checkout CMakeHighsFindPackage

0 commit comments

Comments
 (0)