Skip to content

Commit 97260a1

Browse files
committed
unpatch ortools
1 parent 4043ddd commit 97260a1

9 files changed

+9
-9
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [ubuntu-latest]
12-
branch: [master, latest]
12+
branch: [master, latest, ortools-unpatch]
1313

1414
steps:
1515
- uses: actions/checkout@v4

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [macos-latest]
12-
branch: [master, latest]
12+
branch: [master, latest, ortools-unpatch]
1313

1414
steps:
1515
- uses: actions/checkout@v4

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [windows-latest]
12-
branch: [master, latest]
12+
branch: [master, latest, ortools-unpatch]
1313

1414
steps:
1515
- uses: actions/checkout@v4

.github/workflows/cmake-find-build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [ubuntu-latest]
12-
branch: [master, latest, hipo-tt]
12+
branch: [master, latest, ortools-unpatch]
1313

1414
steps:
1515
- uses: actions/checkout@v4

.github/workflows/cmake-find-build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [macos-latest]
12-
branch: [master, latest]
12+
branch: [master, latest, ortools-unpatch]
1313

1414
steps:
1515
- uses: actions/checkout@v4

.github/workflows/cmake-find-build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [windows-latest]
12-
branch: [master, latest]
12+
branch: [master, latest, ortools-unpatch]
1313

1414
steps:
1515
- uses: actions/checkout@v4

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [ubuntu-latest]
12-
branch: [master, latest]
12+
branch: [master, latest, ortools-unpatch]
1313

1414
steps:
1515
- uses: actions/checkout@v4

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [macos-latest]
12-
branch: [master, latest]
12+
branch: [master, latest, ortools-unpatch]
1313

1414
steps:
1515
- uses: actions/checkout@v4

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [windows-latest]
12-
branch: [master, latest]
12+
branch: [master, latest, ortools-unpatch]
1313

1414
steps:
1515
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)