dependency: only cmake

This commit is contained in:
Laurent Rineau 2023-07-06 13:03:53 +02:00
parent 45fef4f9fd
commit 21e5ac0136
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
with:
args: spdx
- name: install dependencies
run: sudo apt-get install -y libboost-dev libboost-program-options-dev libmpfr-dev libeigen3-dev
run: sudo apt-get install -y cmake
- name: Create CGAL internal release
run: |
cmake -DCGAL_VERSION=9.9 -P ./Scripts/developer_scripts/cgal_create_release_with_cmake.cmake