GDAL 3.8.4 (#1587)

* Preparing dependencies and workflows for upcoming UbuntuGIS upgrade to GDAL 3.8.4
* Update base Ubuntu image
This commit is contained in:
Angelos Tzotsos
2024-03-10 18:25:28 +02:00
committed by GitHub
parent c9406985c9
commit 329baff757
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ jobs:
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: gdal-bin libgdal-dev
version: 3.8.3
version: 3.8.4
- name: Install and run Oracle
run: |
docker run -d --name oracledb -e ORACLE_PWD=oracle -v ${{ github.workspace }}/tests/data/oracle/init-db:/opt/oracle/scripts/startup -p 1521:1521 container-registry.oracle.com/database/express:21.3.0-xe