From 2a01ef28aa276be9acdcc5bbb77201e43ee8bde3 Mon Sep 17 00:00:00 2001 From: Jan Klimke Date: Thu, 4 Jan 2024 10:03:14 +0100 Subject: [PATCH] Update cmake-multi-platform.yml --- .github/workflows/cmake-multi-platform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 7bb689e3..8ca39b20 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -48,7 +48,7 @@ jobs: - uses: actions/checkout@v3 - name: Install Packages for Ubuntu - run: sudo apt-get install -y libxerces-c-dev libxerces-c libgdal libgdal-dev libopenscenegraph-dev + run: sudo apt-get install -y libxerces-c-dev libxerces-c3.2 libgdal34 libgdal-dev libopenscenegraph-dev - name: Set reusable strings # Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file. id: strings