OSM-binary/.github/actions/install-ubuntu/action.yml

11 lines
192 B
YAML

name: Install Prerequisites on Ubuntu
runs:
using: composite
steps:
- name: Install packages
run: sudo apt-get install -yq protobuf-compiler libprotobuf-dev
shell: bash