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