Skip to content

Commit

Permalink
Don't build UI
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Oct 2, 2023
1 parent a56df78 commit 5ff6ec3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ jobs:
-DCMAKE_BUILD_TYPE=release \
-DBUILD_TESTING=ON \
-DBUILD_not_system=OFF \
-DBUILD_ortools=ON
-DBUILD_ortools=ON \
-DBUILD_UI=OFF
- name: Build
run: |
Expand Down

0 comments on commit 5ff6ec3

Please sign in to comment.