Update libosmium to 2.18.0. Fix problem with Docker image build. (#6303)

This commit is contained in:
Siarhei Fedartsou
2022-08-16 19:26:21 +02:00
committed by GitHub
parent 51a8486375
commit 9688e48ad1
333 changed files with 20442 additions and 12323 deletions
@@ -0,0 +1,9 @@
name: Install Protozero from git
runs:
using: composite
steps:
- name: Install from git
run: git clone --quiet --depth 1 https://github.com/mapbox/protozero.git ../protozero
shell: bash