Skip to content

Commit c5f22fb

Browse files
committed
merge
1 parent c969320 commit c5f22fb

2 files changed

Lines changed: 10 additions & 13 deletions

File tree

.github/workflows/ortools-ubuntu.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
name: ortools-ubuntu
22

33
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
48
workflow_dispatch:
59

6-
7-
# on: []
8-
# on:
9-
# push:
10-
# branches:
11-
# - ortools-c
12-
# pull_request:
13-
# workflow_dispatch:
14-
1510
concurrency:
1611
group: ${{github.workflow}}-${{github.ref}}
1712
cancel-in-progress: true
@@ -96,8 +91,10 @@ jobs:
9691
pwd
9792
cmake -S. -B build \
9893
-DBUILD_DEPS=ON \
94+
-DUSE_SCIP=OFF \
95+
-DUSE_COINOR=OFF \
9996
-DCMAKE_INSTALL_PREFIX=${{runner.workspace}}/installs
100-
cmake --build build -v -j30
97+
cmake --build build -v -j2
10198
cmake --install build
10299
ls
103100

patch.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
diff --git a/cmake/dependencies/CMakeLists.txt b/cmake/dependencies/CMakeLists.txt
2-
index 5416dc7b8f..02d0db9a30 100644
2+
index 6621130289..dcfe8b3ccb 100644
33
--- a/cmake/dependencies/CMakeLists.txt
44
+++ b/cmake/dependencies/CMakeLists.txt
5-
@@ -311,7 +311,7 @@ if(BUILD_HIGHS)
5+
@@ -318,7 +318,7 @@ if(BUILD_HIGHS)
66
FetchContent_Declare(
77
highs
88
GIT_REPOSITORY "https://github.com/ERGO-Code/HiGHS.git"
9-
- GIT_TAG "v1.13.0"
9+
- GIT_TAG "v1.12.0"
1010
+ GIT_TAG "latest"
1111
GIT_SHALLOW TRUE
1212
UPDATE_COMMAND git reset --hard

0 commit comments

Comments
 (0)