Skip to content

Commit 48a5420

Browse files
committed
fixing ppa issue
1 parent fbe953f commit 48a5420

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: install geospatial deps
5757
run: |
5858
sudo apt-get -y install software-properties-common
59-
sudo add-apt-repository ppa:ubuntugis/ppa && sudo apt-get update
59+
sudo add-apt-repository ppa:ubuntugis/ppa && sudo apt update
6060
sudo apt-get -y install geos
6161
sudo apt-get -y install gdal-bin
6262
sudo apt-get -y install libgdal-dev

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: install geospatial deps
4848
run: |
4949
sudo apt-get -y install software-properties-common
50-
sudo add-apt-repository ppa:ubuntugis/ppa && sudo apt-get update
50+
sudo add-apt-repository ppa:ubuntugis/ppa && sudo apt update
5151
sudo apt-get -y install geos
5252
sudo apt-get -y install gdal-bin
5353
sudo apt-get -y install libgdal-dev

0 commit comments

Comments
 (0)