From dccc0ba5b0015179521e1b55c2a757edfe4caa61 Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Wed, 1 Nov 2023 22:15:12 +0100 Subject: [PATCH] Add proj.db to Windows artifact See #1949 --- .github/actions/win-install/action.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/win-install/action.yml b/.github/actions/win-install/action.yml index e44cfd300..82bcf0c84 100644 --- a/.github/actions/win-install/action.yml +++ b/.github/actions/win-install/action.yml @@ -16,7 +16,7 @@ runs: libpq:x64-windows \ lua:x64-windows \ nlohmann-json:x64-windows \ - proj4:x64-windows \ + proj:x64-windows \ zlib:x64-windows shell: bash - name: Install psycopg2 and behave diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e79640345..fef5c3daf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -436,7 +436,7 @@ jobs: run: | mkdir c:/artifact/ mkdir c:/artifact/osm2pgsql-bin - cp -r Release/* ../README.md ../COPYING ../*.style ../scripts ../flex-config c:/artifact/osm2pgsql-bin/ + cp -r Release/* ../README.md ../COPYING ../*.style ../scripts ../flex-config c:/vcpkg/installed/x64-windows/share/proj/proj.db c:/artifact/osm2pgsql-bin/ shell: bash working-directory: build if: matrix.os == 'windows-2022'