ci/windows: add Postgresql setup action to tests

This commit is contained in:
Sri CHaRan
2026-01-29 21:49:59 +05:30
parent abd7c302f8
commit 238f3dd1d9
3 changed files with 89 additions and 0 deletions

View File

@@ -152,6 +152,10 @@ jobs:
- name: Unpack Nominatim
run: tar xf nominatim-src.tar.bz2
- uses: ./Nominatim/.github/actions/setup-postgresql-windows
with:
postgresql-version: 16
- name: Set up Python
uses: actions/setup-python@v5
with: