We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 204c325 commit 5b35bf8Copy full SHA for 5b35bf8
1 file changed
.github/workflows/ci.yml
@@ -37,9 +37,9 @@ jobs:
37
- name: Install CGAL 5
38
run: |
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
+ # sudo apt-get install -y software-properties-common
+ # sudo apt-add-repository -y ppa:nschloe/cgal-backports
+ # sudo apt update
43
sudo apt install -y libcgal-dev
44
- name: Install other dependencies
45
0 commit comments