Skip to content

Commit

Permalink
Revert macos CI to cgal 5.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ipadjen committed Oct 2, 2024
1 parent 07bdc1a commit 52ac685
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,16 @@ jobs:
run: |
brew update
brew upgrade || true
brew install cmake boost cgal eigen libomp gdal
brew install cmake [email protected] gmp mfpr eigen libomp gdal
- name: Download CGAL
run: |
wget https://github.com/CGAL/cgal/releases/download/v5.6.1/CGAL-5.6.1-library.tar.xz -P ${{ github.workspace }}
cd ${{ github.workspace }}
tar -xvf CGAL-5.6.1-library.tar.xz
- name: Build
run: |
mkdir build && cd build
cmake .. && make -j4
cmake .. -DCGAL_DIR=${{ github.workspace }}/CGAL-5.6.1 && make -j4
build_win64:
runs-on: windows-latest
Expand Down

0 comments on commit 52ac685

Please sign in to comment.