Skip to content

Commit

Permalink
Merge pull request OSGeo#9199 from rouault/ci_ubuntugis_unstable
Browse files Browse the repository at this point in the history
CI: revert to previous method to add ppa:ubuntugis/ubuntugis-unstable
  • Loading branch information
rouault authored Feb 5, 2024
2 parents c64b484 + 0231184 commit 8ec8df3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cmake_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,7 @@ jobs:
${{ runner.os }}-${{ env.cache-name }}
- name: Install dependency
run: |
# This currently fails as of https://lists.osgeo.org/pipermail/ubuntu/2023-October/002046.html
# sudo add-apt-repository -y ppa:ubuntugis/ubuntugis-unstable
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6B827C12C2D425E227EDCA75089EBE08314DF160
sudo add-apt-repository -y http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu/
sudo add-apt-repository -y ppa:ubuntugis/ubuntugis-unstable
sudo apt-get update
sudo apt-get install -y -q bison libaec-dev libjpeg-dev libgif-dev liblzma-dev libzstd-dev libgeos-dev git \
libcurl4-gnutls-dev libproj-dev libxml2-dev libxerces-c-dev libnetcdf-dev netcdf-bin \
Expand Down

0 comments on commit 8ec8df3

Please sign in to comment.