osrm-backend/third_party/libosmium/.github/actions/install-protozero/action.yml

10 lines
208 B
YAML
Raw Permalink Normal View History

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