Skip to content

Commit ef66bee

Browse files
committed
Merge branch 'master'
2 parents 1841cba + 648c978 commit ef66bee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build_doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
- run: |
1616
sudo apt-get install -y libboost1.74-all-dev libmpfr-dev libgmp-dev cmake wget unzip clang libstdc++-11-dev
1717
wget https://github.com/CGAL/cgal/releases/download/v5.6.1/CGAL-5.6.1-library.tar.xz
18-
wget https://gitlab.com/SFCGAL/SFCGAL/-/archive/v1.5.0/SFCGAL-v1.5.0.zip
18+
wget https://gitlab.com/SFCGAL/SFCGAL/-/archive/v2.0.0/SFCGAL-v2.0.0.zip
1919
tar -xf CGAL-5.6.1-library.tar.xz
20-
unzip SFCGAL-v1.5.0.zip
20+
unzip SFCGAL-v2.0.0.zip
2121
cd CGAL-5.6.1 && cmake . && sudo make install && cd ..
2222
cd $(ls -d */ | grep SFC) && cmake -DCMAKE_INSTALL_PREFIX=/usr . && make && sudo make install && cd ..
2323
- run: cargo test --all-features

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
- run: |
2121
sudo apt-get install -y libboost1.74-all-dev libmpfr-dev libgmp-dev cmake wget unzip clang libstdc++-11-dev
2222
wget https://github.com/CGAL/cgal/releases/download/v5.6.1/CGAL-5.6.1-library.tar.xz
23-
wget https://gitlab.com/SFCGAL/SFCGAL/-/archive/v1.5.0/SFCGAL-v1.5.0.zip
23+
wget https://gitlab.com/SFCGAL/SFCGAL/-/archive/v2.0.0/SFCGAL-v2.0.0.zip
2424
tar -xf CGAL-5.6.1-library.tar.xz
25-
unzip SFCGAL-v1.5.0.zip
25+
unzip SFCGAL-v2.0.0.zip
2626
cd CGAL-5.6.1 && cmake . && sudo make install && cd ..
2727
cd $(ls -d */ | grep SFC) && cmake -DCMAKE_INSTALL_PREFIX=/usr . && make && sudo make install && cd ..
2828

0 commit comments

Comments
 (0)