Skip to content

Commit

Permalink
Add proj.db to Windows artifact
Browse files Browse the repository at this point in the history
See #1949
  • Loading branch information
joto committed Nov 4, 2023
1 parent aaa4661 commit dccc0ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/win-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit dccc0ba

Please sign in to comment.