We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aaa4661 + dccc0ba commit 943e419Copy full SHA for 943e419
2 files changed
.github/actions/win-install/action.yml
@@ -16,7 +16,7 @@ runs:
16
libpq:x64-windows \
17
lua:x64-windows \
18
nlohmann-json:x64-windows \
19
- proj4:x64-windows \
+ proj:x64-windows \
20
zlib:x64-windows
21
shell: bash
22
- name: Install psycopg2 and behave
.github/workflows/ci.yml
@@ -436,7 +436,7 @@ jobs:
436
run: |
437
mkdir c:/artifact/
438
mkdir c:/artifact/osm2pgsql-bin
439
- 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/
440
441
working-directory: build
442
if: matrix.os == 'windows-2022'
0 commit comments