File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : ortools-ubuntu
22
33on :
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-
1510concurrency :
1611 group : ${{github.workflow}}-${{github.ref}}
1712 cancel-in-progress : true
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
Original file line number Diff line number Diff line change 11diff --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
You can’t perform that action at this time.
0 commit comments