We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fdd34c commit c171b47Copy full SHA for c171b47
1 file changed
.github/workflows/ci.yml
@@ -34,11 +34,12 @@ jobs:
34
- uses: actions/checkout@v2
35
with:
36
lfs: true
37
- - name: Install CGAL 5 from PPA
+ - name: Install CGAL 5
38
run: |
39
- sudo apt-get install -y software-properties-common
40
- sudo apt-add-repository -y ppa:nschloe/cgal-backports
41
- sudo apt update
+ # Leave that here in case we ever need a PPA again
+ # sudo apt-get install -y software-properties-common
+ # sudo apt-add-repository -y ppa:nschloe/cgal-backports
42
+ # sudo apt update
43
sudo apt install -y libcgal-dev
44
- name: Install other dependencies
45
0 commit comments