Skip to content

Commit dccc0ba

Browse files
committed
Add proj.db to Windows artifact
See #1949
1 parent aaa4661 commit dccc0ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/win-install/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
libpq:x64-windows \
1717
lua:x64-windows \
1818
nlohmann-json:x64-windows \
19-
proj4:x64-windows \
19+
proj:x64-windows \
2020
zlib:x64-windows
2121
shell: bash
2222
- name: Install psycopg2 and behave

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ jobs:
436436
run: |
437437
mkdir c:/artifact/
438438
mkdir c:/artifact/osm2pgsql-bin
439-
cp -r Release/* ../README.md ../COPYING ../*.style ../scripts ../flex-config c:/artifact/osm2pgsql-bin/
439+
cp -r Release/* ../README.md ../COPYING ../*.style ../scripts ../flex-config c:/vcpkg/installed/x64-windows/share/proj/proj.db c:/artifact/osm2pgsql-bin/
440440
shell: bash
441441
working-directory: build
442442
if: matrix.os == 'windows-2022'

0 commit comments

Comments
 (0)