Skip to content

Commit 5b35bf8

Browse files
committed
gh-actions: don't try to use ppa
1 parent 204c325 commit 5b35bf8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
- name: Install CGAL 5
3838
run: |
3939
# 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
40+
# sudo apt-get install -y software-properties-common
41+
# sudo apt-add-repository -y ppa:nschloe/cgal-backports
42+
# sudo apt update
4343
sudo apt install -y libcgal-dev
4444
- name: Install other dependencies
4545
run: |

0 commit comments

Comments
 (0)