Skip to content

Commit c171b47

Browse files
committed
don't use cgal from ppa
1 parent 2fdd34c commit c171b47

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,12 @@ jobs:
3434
- uses: actions/checkout@v2
3535
with:
3636
lfs: true
37-
- name: Install CGAL 5 from PPA
37+
- name: Install CGAL 5
3838
run: |
39-
sudo apt-get install -y software-properties-common
40-
sudo apt-add-repository -y ppa:nschloe/cgal-backports
41-
sudo apt update
39+
# Leave that here in case we ever need a PPA again
40+
# sudo apt-get install -y software-properties-common
41+
# sudo apt-add-repository -y ppa:nschloe/cgal-backports
42+
# sudo apt update
4243
sudo apt install -y libcgal-dev
4344
- name: Install other dependencies
4445
run: |

0 commit comments

Comments
 (0)