- UBUNTUVER: ${{ inputs.ubuntu }}
-
- - name: Download dependencies
- run: |
- if [ ! -f country_grid.sql.gz ]; then
- wget --no-verbose https://www.nominatim.org/data/country_grid.sql.gz
- fi
- cp country_grid.sql.gz Nominatim/data/country_osm_grid.sql.gz
- shell: bash
+ FLAVOUR: ${{ inputs.flavour }}
+ CMAKE_ARGS: ${{ inputs.cmake-args }}
+ LUA_VERSION: ${{ inputs.lua }}