name: Install Prerequisites on macOS
runs:
using: composite
steps:
- name: Install packages
run: brew install protobuf
shell: bash