From 4df460a79b6297215facf68c692780caa341e98a Mon Sep 17 00:00:00 2001 From: Tom Kazimiers Date: Thu, 5 Dec 2024 10:26:09 +0100 Subject: [PATCH] CI: Fix GDAL package name for newer Ubuntu versions --- scripts/travis/install_gdal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travis/install_gdal.sh b/scripts/travis/install_gdal.sh index c939528ce2..bb884a98ad 100644 --- a/scripts/travis/install_gdal.sh +++ b/scripts/travis/install_gdal.sh @@ -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