Skip to content

Commit 76d387c

Browse files
committed
Fix CI.
Latest ubuntu removed the need for a PPA
1 parent 7f1fef7 commit 76d387c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@ jobs:
4545
# bundle cache in `ruby/setup-ruby` so that the gems are re-compiled
4646
- name: Install GEOS
4747
run: |
48-
sudo add-apt-repository ppa:ubuntugis/ppa
4948
sudo apt-get update
50-
sudo apt-get install libpq-dev libgeos-dev libgeos3.10.2 libproj-dev gdal-bin -y
49+
sudo apt-get install libgeos-dev libgeos-c1v5 libproj-dev gdal-bin -y
5150
5251
- name: Set up Ruby
5352
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)