Skip to content

Commit

Permalink
CI: Fix GDAL package name for newer Ubuntu versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tomka committed Dec 5, 2024
1 parent b89ef63 commit 4df460a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis/install_gdal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
set -ex

echo "Installing GDAL"
sudo apt-get remove -y libgdal1
sudo apt-get remove -y libgdal
sudo add-apt-repository -y ppa:ubuntugis/ppa
sudo apt-get update -q
sudo apt-get install -y libgdal-dev

0 comments on commit 4df460a

Please sign in to comment.