Skip to content

Commit

Permalink
fix ppa
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Feb 23, 2024
1 parent 2a3d9cb commit 91bb21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gdal-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
uses: actions/checkout@v2
- name: Install GDAL
run: |
sudo add-apt-repository ppa:ubuntugis-unstable/ppa -y
sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable -y
sudo apt-get update
sudo apt-get install -y gdal-bin libgdal-dev
- name: Run GDAL Command
Expand Down

0 comments on commit 91bb21c

Please sign in to comment.